summaryrefslogtreecommitdiff
path: root/lib/libtask
Commit message (Collapse)AuthorAgeFilesLines
* Add missing taskexit()concurrency-libtaskPhilipp Stephani2016-10-301-0/+1
|
* Fix pthread implementationPhilipp Stephani2016-10-303-21/+40
|
* Fix typoPhilipp Stephani2016-10-301-1/+1
|
* Support for context switching using pthreadsPhilipp Stephani2016-10-273-6/+80
| | | | Experimental, doesn’t work yet
* malloc is redefined by config.hPhilipp Stephani2016-10-261-10/+0
| | | | But we need to define emacs as preprocessor symbol, not just EMACS.
* Support for Windows fibersPhilipp Stephani2016-10-263-0/+74
|
* WIP: CSP based on libtaskPhilipp Stephani2016-10-2623-0/+3427