aboutsummaryrefslogtreecommitdiffstats
path: root/coroutine/win32
Commit message (Expand)AuthorAgeFilesLines
* Fix coroutine support on win32Lars Kanis2019-11-051-1/+1
* Make fiber_pool more conservative on platforms with limited address space.Samuel Williams2019-07-181-0/+1
* Add coroutine context switch for i386-mingw32Lars Kanis2019-07-071-0/+47
* Add `ucontext` coroutine implementation for generic fallback.Samuel Williams2019-06-261-24/+18
* Make COROUTINE_REGISTERS compile-time only not to be a global symbolNobuyoshi Nakada2019-05-161-1/+1
* Fix for coroutine/win32/Context.objnobu2018-11-281-0/+1
* Fix indentation.samuel2018-11-201-18/+18
* Fix struct usage.samuel2018-11-201-2/+2
* Initial support for x64-mingw32samuel2018-11-202-5/+7
* Better (?) support for Windows TIB.samuel2018-11-202-9/+20
* Prefer "static inline" to avoid duplicate symbols.samuel2018-11-201-2/+2
* Formatting changes.samuel2018-11-202-3/+3
* Ensure start function has correct declaration.samuel2018-11-201-1/+1
* Mark COROUTINE as noreturn.samuel2018-11-201-1/+1
* Tidy up comments.samuel2018-11-202-11/+7
* Native implementation of coroutines to improve performance of fiberssamuel2018-11-202-0/+107