Future<void> Function(IOSink) jsonlEncodeAsyncForIOSink(Object items) { return (IOSink ioSink) => jsonlEncodeAsync(items, ioSink); }