Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | polyfill_thread: Implement StoppableTimedWait | Morph | 2023-01-25 | 1 | -0/+36 |
| | | | | | | | StoppableTimedWait allows for a timed wait to be stopped immediately after a stop is requested. This is useful in cases where long duration thread sleeps are needed and allows for immediate joining of waiting threads after a stop is requested. Co-Authored-By: liamwhite <liamwhite@users.noreply.github.com> | ||||
* | general: fix compile for Apple Clang | Liam | 2022-11-23 | 1 | -0/+323 |