AsyncWriteStream
A stream to write to. On Jvm & Native, blocking APIs are available via BufferedWriteStream.
On Jvm & Native, all Async functions utilize Dispatchers.IO under the hood when calling BufferedWriteStream functions.
NOTE: For Jvm & Android the kotlinx.coroutines.core
dependency is needed when using Async functions.
A stream to write to. On Jvm & Native, blocking APIs are available via io.matthewnelson.kmp.process.BufferedWriteStream.
On Jvm & Native, all Async functions utilize Dispatchers.IO under the hood when calling BufferedWriteStream functions.
NOTE: For Jvm & Android the kotlinx.coroutines.core
dependency is needed when using Async functions.
A stream to write to.