Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 394 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 394 Bytes

Concurrent

Promises and Futures implemented in terms of MailboxProcessor.

I've watched Douglas Crockford's talk Monads and Gonads recently, and decided to take a stab at porting promises as defined there into F#. I ended up scrapping it halfway and drafted another, more Actor-based implementation around MailboxProcessor.

Seems nicer.