Results 154 issues of 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...

missing piece
polish
Windows
low-level

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...

missing piece
low-level

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...

project meta

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 –...

design discussion
potential API breaker