-
-
Notifications
You must be signed in to change notification settings - Fork 365
Closed
Labels
Description
There's a gesture towards moving beyond concrete objects like sockets and pipes in the trio._streams
interfaces. I'm not sure how much of this belongs in trio proper (as opposed to a library on top), but I think even a simple bit of convention might go a long way. What should this look like?
Prior art: Twisted endpoints. I like the flexibility and power. I'm not as big a fan of the strings and plugin architecture, but hey.