Nathaniel J. Smith
Nathaniel J. Smith
The subprocess PR (#791) added the core functionality to work with Windows named pipes, but only exposing in them in the limited case of talking to subprocesses. People may also...
There should be a convenient and standard way to read and write from the trio process's stdin/stdout/stderr streams. (Note that this is different from talking to the stdin/stdout/stderr of child...
Let's have an issue for collecting discussion about improving our tooling for release automation and similar. # Release notes I think it would be nice to move to [towncrier](https://github.com/hawkowl/towncrier), and...
So from @wingo's [blog I have learned about Concurrent ML](https://wingolog.org/archives/2017/06/29/a-new-concurrent-ml). (His [concurrency tag](https://wingolog.org/tags/concurrency) is also worth perusing generally.) The core insight, IIUC, is to take the atomic blocking operations –...