Replies: 1 comment
-
|
Can you post your code? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I can use
std.Thread.Poolto spawn a long running task such aswhile(true){ condition.wait }and oncepool.deinitthe test exit. When I switch to usecoro.Scheduler, the test is blocked forever.Beta Was this translation helpful? Give feedback.
All reactions