DmitryOlshansky / photon

Photon - an experimental transparent Fiber scheduler and event-loop for DLang
Boost Software License 1.0
37 stars 3 forks source link

Basic channels - buffered, bounded, unbounded, single-slot, etc. #13

Closed DmitryOlshansky closed 4 months ago

DmitryOlshansky commented 6 years ago

May take some inspiration from Akka's mailboxes

DmitryOlshansky commented 4 months ago

Cannot do unbounded channels, but we've got bounded and size=1 is supported