> Does spawn transfer ownership of its arguments and returns ownership of its 
> result?

Exactly. The ownership transfer is also done for channels' `send` and `recv`.

We are working on a better thread pool and maybe a more light-weight channel 
implementation. I'll post some examples here when they are ready.

Threadpool wasn't ported and I'll 

Reply via email to