-
- Downloads
Rename Fibril fork/join to spawn/sync
To avoid confusing the fork with a heavyweight (Unix) fork(), we use spawn/sync instead of fork/join in Fibril.
parent
d22f42cf
No related branches found
No related tags found
Showing
- emper/Fibril.hpp 18 additions, 18 deletionsemper/Fibril.hpp
- emper/io/io.cpp 2 additions, 2 deletionsemper/io/io.cpp
- tests/continuation-stealing/ContinuationStealingAndPrivateSemaphoreTest.cpp 10 additions, 10 deletions...-stealing/ContinuationStealingAndPrivateSemaphoreTest.cpp
- tests/continuation-stealing/CppContinuationApiTest.cpp 2 additions, 2 deletionstests/continuation-stealing/CppContinuationApiTest.cpp
- tests/continuation-stealing/FibFibrilTest.cpp 2 additions, 2 deletionstests/continuation-stealing/FibFibrilTest.cpp
Loading
Please register or sign in to comment