On 2012-09-25 00:47, Sean Kelly wrote:

If you're passing via std.concurrency then you'll currently have to cast to 
shared.  I'd been considering allowing Unique!T to be sent as well, but haven't 
done so yet.

Hey, if it's immutable why use std.concurrency at all? Just import the module and use the variable willy nilly. I mean, isn't that the whole point of immutable anyway, you can share it freely among threads without any risks?

--
/Jacob Carlborg

Reply via email to