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
ba23cb0c70
Made the lib work with -fno-exceptions (at least for now).
2025-03-02 14:35:37 +01:00
..
coroutine_sleep.hpp
Use steady_clock instead of high_resolution_clock for sleeping.
2024-08-17 18:07:21 +02:00
coroutine.cpp
Added support for completely disabling noexcept using MIJIN_TEST_NO_NOEXCEPT (for testing).
2024-08-29 00:01:23 +02:00
coroutine.hpp
Made the lib work with -fno-exceptions (at least for now).
2025-03-02 14:35:37 +01: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
Allow calling Signal::emit() with arguments that aren't exactly the signal handlers types.
2025-02-14 22:39:01 +01: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