Communicating between vibe.d's worker tasks

Nordlöw per.nordlow at gmail.com
Thu Nov 23 10:15:26 UTC 2017


I'm looking at

http://vibed.org/api/vibe.core.concurrency/makeIsolated

which is a great idea for safe inter-thread communication.

Are there any more usage examples for vibe's worker tasks that 
show how to send instances of `Isolated` to an existing such 
worker task via some low-latency (non-locking) channel-like 
communication structure?


More information about the Digitalmars-d-learn mailing list