meh / nucular

A reactor in D.
12 stars 4 forks source link

Add a MailBox to the reactor. #14

Open meh opened 11 years ago

meh commented 11 years ago
10:46:17 > well std.concurrency has a lot of message passing stuff
10:46:23 > it's easy if you use that
10:46:58 > and probably quite obvious once you read about it (std.concurrency has a pretty simple interface really)
10:47:47 < so I'd keep a mailbox in the reactor
10:48:06 < sounds good
10:49:43 > yeah the mailbox stuff is pretty easy to get the hang of