This website requires JavaScript.
Explore
Help
Sign In
mewin
/
mijin2
Watch
1
Star
0
Fork
0
You've already forked mijin2
Code
Issues
2
Pull Requests
Projects
Releases
Wiki
Activity
mijin2
/
source
/
mijin
/
async
History
Patrick Wuttke
a956560183
Made coroutines allocator-aware (let's hope this really works).
2025-06-23 00:23:50 +02:00
..
coroutine_sleep.hpp
Use steady_clock instead of high_resolution_clock for sleeping.
2024-08-17 18:07:21 +02:00
coroutine.cpp
Made coroutines allocator-aware (let's hope this really works).
2025-06-23 00:23:50 +02:00
coroutine.hpp
Made coroutines allocator-aware (let's hope this really works).
2025-06-23 00:23:50 +02:00
future.hpp
Made Future::set() only callable on futures with void result to prevent futures that are ready but have no result.
2024-11-12 23:31:43 +01:00
message_queue.hpp
Added support for completely disabling noexcept using MIJIN_TEST_NO_NOEXCEPT (for testing).
2024-08-29 00:01:23 +02:00
signal.hpp
Made Signal allocator-aware.
2025-06-23 00:21:46 +02:00
task_mutex.hpp
Added support for completely disabling noexcept using MIJIN_TEST_NO_NOEXCEPT (for testing).
2024-08-29 00:01:23 +02:00