EventDriverPipes.adopt

Adopt an existing pipe. This will modify the pipe to be non-blocking.

Note that pipes generally only allow either reads or writes but not both, it is up to you to only call valid functions.

interface EventDriverPipes
@safe nothrow
adopt

Meta