Hacker News new | ask | show | jobs
by JustSomeNobody 2737 days ago
> What is more (conceptually) difficult is concurrency, asynchronous processes etc.

Know any good resources for these?

1 comments

My own baby, Snigl [0], does always-on cooperative concurrency and asynchronous IO.

Just ask if you need help finding your way around.

https://gitlab.com/sifoo/snigl

Thank you. I’ll check it out over the holidays.