Hacker News new | ask | show | jobs
by kod 3140 days ago
I don't see how ignoring async is going to turn out well for this project.
1 comments

What would you expect?

type AsyncHttpHandler = Request -> Future Response

type AsyncHttpHandler = Request -> (Response -> ())

or use green threads