HN Top New Show Ask Jobs

settings

Theme

Hand Mode

Feed

Comment by valcron1000

Comment by valcron1000 2 days ago

1 reply

View on Hacker News

You don't need "monads" (in plural) since GHC provides a runtime where threads are not 1:1 OS threads but rather are managed at the user level, similar to what you have in Go. You can implement async/await as a library though [1]

[1] https://www.cambridge.org/core/services/aop-cambridge-core/c...

kaoD 7 hours ago

What do you mean with "in plural"?

Reply View | 0 replies