The "thread-multiplexing" in Go is described here:

https://docs.google.com/document/d/1TTj4T2JO42uD5ID9e89oa0sLKhJYD0Y_kqxDv3I3XMw/edit

The sources are here:

http://code.google.com/p/go/source/browse/src/pkg/runtime/proc.c?r=01acf1dbe91f673f6308248b8f45ec0564b1d751

It should be possible to takes this approach from Go and bring it
to D. Just an idea ...

Reply via email to