Revamped concurrency API

Sean Kelly sean at invisibleduck.org
Mon Oct 12 09:43:12 PDT 2009


Sean Kelly Wrote:
> 
> void sendmsg(T)( Pid pid, T val );
> final void recvmsg(T...)( Pid pid, T ops );

Oops, I should mention that 'pid' shouldn't be in recvmsg.  I just have it in there for now for testing purposes.



More information about the Digitalmars-d mailing list