std.concurrency extension
Jesse Phillips
jessekphillips+D at gmail.com
Tue Jun 7 16:55:45 PDT 2011
jdrewsen Wrote:
> This would decouple handling of different worker threads if needed.
>
> This is something I need for the curl wrapper I think. I can create
> patch for this if it is something that will be accepted upstream?
>
> /Jonas
I believe Garcia is right. From the documentation:
"This is a low-level messaging API upon which more structured or restrictive APIs may be built."
I think a channel API probably should go into Phobos, but then again I don't know much about the multi-processing stuff.
More information about the Digitalmars-d
mailing list