|
|
|
|
|
by Matthias247
915 days ago
|
|
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. |
|