Y
Hacker News
new
|
ask
|
show
|
jobs
by
bruce343434
1631 days ago
Wouldn't that result in a thread leak? (Or a "fiber" leak)
1 comments
jayd16
1630 days ago
If a task has yielded its not holding on to a thread. A loop that wasn't yielding would leak, though.
link