aboutsummaryrefslogtreecommitdiffstats
path: root/coroutine/win64
Commit message (Expand)AuthorAgeFilesLines
* Fix struct usage.samuel2018-11-201-2/+2
* Fix line endings.samuel2018-11-201-1/+1
* Initial support for x64-mingw32samuel2018-11-202-13/+48
* Better (?) support for Windows TIB.samuel2018-11-202-8/+20
* Prefer "static inline" to avoid duplicate symbols.samuel2018-11-201-2/+2
* Remove trailing whitespace.samuel2018-11-201-1/+1
* 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/+108