summaryrefslogtreecommitdiff
path: root/test/fiber/test_thread.rb
AgeCommit message (Expand)Author
2023-07-13Wait for sleepr thread to finish not to leakNobuyoshi Nakada
2023-06-03Fix `Thread#join(timeout)` when running inside the fiber scheduler. (#7903)Samuel Williams
2021-08-03Fix potential hang when joining threads.Samuel Williams
2021-07-28Revert "Fix potential hang when joining threads."Yusuke Endoh
2021-07-27Fix potential hang when joining threads.Samuel Williams
2021-06-15Suppress exception report in inner threadNobuyoshi Nakada
2021-06-15Close leaked file descriptorsNobuyoshi Nakada
2021-06-14Wake up join list within thread EC context. (#4471)Samuel Williams
2021-02-09Expose scheduler as public interface & bug fixes. (#3945)Samuel Williams