https://issues.dlang.org/show_bug.cgi?id=13086
Issue ID: 13086 Summary: Add Go-style scheduler for D fibers Product: D Version: D2 Hardware: All OS: All Status: NEW Severity: enhancement Priority: P1 Component: druntime Assignee: nob...@puremagic.com Reporter: bugzi...@digitalmars.com Links to C++ schedulers provided by Andrei on the n.g.: http://www.cs.kent.ac.uk/projects/ofa/c++csp/ http://maciekgajewskiprogramming.blogspot.nl/ http://morsmachine.dk/go-scheduler http://www1.cs.columbia.edu/~aho/cs6998/reports/12-12-11_DeshpandeSponslerWeiss_GO.pdf https://docs.google.com/document/d/1TTj4T2JO42uD5ID9e89oa0sLKhJYD0Y_kqxDv3I3XMw/edit http://golang.org/src/pkg/runtime/proc.c --