Re: Why does coroutine.create return a thread?
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Why does coroutine.create return a thread?
- From: Andrew Starks <andrew@...>
- Date: 2016年6月21日 10:47:07 -0500
On Tue, Jun 21, 2016 at 10:45 AM, Roberto Ierusalimschy
<roberto@inf.puc-rio.br> wrote:
> coroutine = thread. The difference is only relevant (visible) for those
> working in the C (API) level.
>
> -- Roberto
>
Thank you. This helps.
-Andrew