summary refs log tree commit diff
path: root/src/libgreen/coroutine.rs
AgeCommit message (Expand)AuthorLines
2014-02-13Remove two allocations from spawning a green taskAlex Crichton-18/+0
2014-01-24Fix zero-sized memory mappingCorey Richardson-1/+1
2014-01-24Use `mmap` to map in task stacks and guard pageCorey Richardson-5/+5
2013-12-24green: Rip the bandaid off, introduce libgreenAlex Crichton-0/+62