Hacker News new | ask | show | jobs
by debugnik 569 days ago
These days, for F# I'd use a task builder loop with System.Threading.Channels and TaskCompletionSource, rather than the MailboxProcessor.

Same thing, really; you could recreate the MailboxProcessor API with those in just a few lines.