Hacker News new | ask | show | jobs
by samuell 923 days ago
Was going to ask if the current implementation could be used together with libmill, but maybe they overlap a lot in functionality?
1 comments

I don't think you can. The library would block the libill worker thread, which would also block all other libmill coroutines from running. The libmill channels need to yield in a way where they don't block the underlying threads.