nonBlocking property

IOSink nonBlocking

A non-blocking IOSink for the same output.

The returned IOSink will be initialized with an encoding of UTF-8 and will not do line ending conversion.

Implementation

IOSink get nonBlocking {
  return _nonBlocking ??= new IOSink(new _FileStreamConsumer.fromStdio(_fd));
}