Commit 9b0563fa authored by Morph's avatar Morph
Browse files

polyfill_thread: Implement StoppableTimedWait



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: default avatarliamwhite <liamwhite@users.noreply.github.com>
parent b82a0989
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment