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
ba8c1ebe1e
Moved the creation stack to the shared state so it is retrievable, added comparison operators to TaskHandle and added getCurrentTask() function to retrieve the handle of the current task.
2023-11-19 20:04:19 +01:00
..
coroutine.cpp
Also cancel sub-tasks (those that are awaited by this one) when cancelling a task.
2023-11-18 22:20:47 +01:00
coroutine.hpp
Moved the creation stack to the shared state so it is retrievable, added comparison operators to TaskHandle and added getCurrentTask() function to retrieve the handle of the current task.
2023-11-19 20:04:19 +01:00
future.hpp
Use our optional type for storing results of the future.
2023-11-16 23:38:53 +01:00
message_queue.hpp
Made the message queue iterable.
2023-11-19 20:03:24 +01:00
signal.hpp
Added Signal::connect() function that takes an object + function pointer.
2023-11-12 19:59:18 +01:00