RejectedSoftware Forums

Sign up

listenTcp's callback: Automatically in its own fiber?

Does listenTcp's callback automatically run in its own fiber, or does
the callback need to use runTask itself to do that?

Re: listenTcp's callback: Automatically in its own fiber?

Am 07.11.2012 07:48, schrieb Nick Sabalausky:

Does listenTcp's callback automatically run in its own fiber, or does
the callback need to use runTask itself to do that?

No it runs in a new task automatically.

Will update the docs...