-
Notifications
You must be signed in to change notification settings - Fork 419
Closed
Labels
enhancementAdding features, adding tests, improving documentation.Adding features, adding tests, improving documentation.questionAn user question, does not change the library.An user question, does not change the library.
Milestone
Description
In the wait_until_complete
, we push the thread into @Waiters
stack. The problem is, we don't remove that from the stack and we keep pushing it there. Therefore, if you do something like this:
f = Concurrent.future
while true
f.wait(0.001)
end
While it's needed to have long-running futures and perioadic checks with timeouts to reproduce, we should still be more cautious about this
Metadata
Metadata
Assignees
Labels
enhancementAdding features, adding tests, improving documentation.Adding features, adding tests, improving documentation.questionAn user question, does not change the library.An user question, does not change the library.