vibe.d beta banner
get vibe.d
0.10.0

Asynchronous I/O that doesn’t get in your way, written in D

Function PipeInputStream.close

Close the read end of the pipe immediately.

void close() nothrow @safe;

Make sure that the pipe is not used after this is called and is released as soon as possible. Due to implementation detail in eventcore this reference could conflict with future pipes.

Authors
Copyright
License