Supported use-cases:
* accept() / poll() type APIs
* Adopting already-spawned goroutines (e.g. from http.Server)
* Channel-based notifications
* Deferred cleanups
* Nested task groups
* Support for `runtime/trace` or other Context-creating modules
It's functionally complete, thoroughly documented with testable examples, and Apache-2.0 licensed.