Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace copy coroutine with pthread implementation. | Samuel Williams | 2021-07-01 | 1 | -0/+1 |
* | Fix -Wundef warnings in coroutine/*/Context.h | Benoit Daloze | 2021-05-04 | 1 | -0/+3 |
* | Added include guards to coroutine headers | Nobuyoshi Nakada | 2021-01-22 | 1 | -0/+5 |
* | Remove "All Rights Reserved." from Copyright statement. | Samuel Williams | 2019-12-28 | 1 | -1/+1 |
* | Make fiber_pool more conservative on platforms with limited address space. | Samuel Williams | 2019-07-18 | 1 | -0/+4 |
* | Add `ucontext` coroutine implementation for generic fallback. | Samuel Williams | 2019-06-26 | 1 | -0/+66 |