On 05/04/2014, at 12:23 PM, srean wrote:

> Slightly tangential question: spawn_fthread takes a proc that do I/O on 
> schannels. Can they take a generator and can such generators also yield ?

No of course not, spawn_fthread is a library function:

        proc spawn_fthread : (1->0)->0;

so it only accepts a procedure with unit argument.


--
john skaller
skal...@users.sourceforge.net
http://felix-lang.org




------------------------------------------------------------------------------
_______________________________________________
Felix-language mailing list
Felix-language@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/felix-language

Reply via email to