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
e91184ec82
Fixed current loop not being reset on exceptions.
2025-08-30 00:25:16 +02:00
..
boxed_signal.hpp
Lots of windows fixes and some more improvements.
2025-06-24 15:21:01 +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
Fixed current loop not being reset on exceptions.
2025-08-30 00:25:16 +02:00
future.hpp
Added allReady() and getAll() functions for futures and c_allDone() with tasks for tasks.
2025-07-01 18:19:38 +02:00
message_queue.hpp
Lots of windows fixes and some more improvements.
2025-06-24 15:21:01 +02:00
signal.hpp
Added missing Signal constructor taking const-qualified member functions.
2025-06-25 00:45:40 +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