public AWritable
Represents a writable socket
| Modifier and Type | Method and Description |
|---|---|
kotlinx.coroutines.io.ReaderJob |
attachForWriting(kotlinx.coroutines.io.ByteChannel channel)
Attach channel for writing so bytes written to the attached channel will be transmitted
Only one channel could be attached
|
kotlinx.coroutines.io.ReaderJob attachForWriting(kotlinx.coroutines.io.ByteChannel channel)
Attach channel for writing so bytes written to the attached channel will be transmitted Only one channel could be attached