module Gio::PollableOutputStream
Overview
#GPollableOutputStream is implemented by #GOutputStreams that can be polled for readiness to write. This can be used when interfacing with a non-GIO API that expects UNIX-file-descriptor-style asynchronous I/O rather than GIO-style.
Direct including types
Defined in:
lib/gi-crystal/src/auto/gio-2.0/pollable_output_stream.crClass Method Summary
Instance Method Summary
- #can_poll : Bool
- #create_source(cancellable : Gio::Cancellable?) : GLib::Source
- #is_writable : Bool
- #to_unsafe
- #write_nonblocking(buffer : Enumerable(UInt8), cancellable : Gio::Cancellable?) : Int64
- #writev_nonblocking(vectors : Enumerable(Gio::OutputVector), cancellable : Gio::Cancellable?) : Gio::PollableReturn
Class Method Detail
Instance Method Detail
def writev_nonblocking(vectors : Enumerable(Gio::OutputVector), cancellable : Gio::Cancellable?) : Gio::PollableReturn
#