object AsyncFileChannel
- Companion
- class
class Object
trait Matchable
class Any
Value members
Concrete methods
Opens a channel for the given file reference, returning an AsyncFileChannel instance for handling reads and writes.
Opens a channel for the given file reference, returning an AsyncFileChannel instance for handling reads and writes.
- Value Params
- options
specifies options for opening the file (e.g. create, append, etc.)
- path
is the file reference to open
- s
is the
Schedulerused for asynchronous computations