pub(all) type AsyncIterable[T] async () -> T#deprecated("Use `struct T(A)` to declare a newtype and use `.0` access the underlying type instead.")
fn[T] AsyncIterable::inner(self : AsyncIterable[T]) -> (async () -> T)type BufferedReaderimpl Closable for BufferedReaderimpl Reader for BufferedReadertype StringReaderfn[T : InputStream + Closable] input_stream_reader(stream : T, encoding? : Encoding, buffer_size? : Int) -> &Readerfn[T : OutputStream + Closable + Flushable] output_stream_writer(stream : T, encoding? : Encoding) -> &WriterAsync library: promise, event loop, i/o
Dependencies