Function PipeOutputStream.close
Close the write 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.