Skip to content

scrwtp/Concurrent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Promises and futures for F#

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages