object AsynchronousIo
- Companion
- class
Type members
Classlikes
final case
class Accept(socket: AsynchronousServerSocketChannel) extends AnyVal with AsynchronousIo[AsynchronousSocketChannel]
final case
class Connect(socket: AsynchronousSocketChannel, remote: SocketAddress) extends AsynchronousIo[Void]
final case
class Read(channel: AsynchronousByteChannel, destination: ByteBuffer) extends AsynchronousIo[Integer]
final case
class ReadFile(channel: AsynchronousFileChannel, destination: ByteBuffer, position: Long) extends AsynchronousIo[Integer]
final case
class WriteFile(channel: AsynchronousFileChannel, source: ByteBuffer, position: Long) extends AsynchronousIo[Integer]
Givens
Givens
given FromKeyword_Keyword_Value[Keyword <: AsynchronousIo[Value], Value]: FromKeyword[Keyword, Value]