Alys::Internal::EventlessFd
Inherits Reference < Object
Not IO because that introduces a circular dependency where IO methods require the current fiber to be initialized which requires the GC.
Constructors
new(fd : Int32, *, autoclose : Bool)
SourceClass methods
open(file : String)
SourceInstance methods
finalize
Sourcewrite(slice : Bytes) : Nil
Sourcewrite_byte(byte : UInt8)
Sourcewrite_bytes(value : T, format : IO::ByteFormat) forall T
Source