ChannelIOMode
Namespace: NovelFS.NovelIO
Defines the IO mode of a channel
Union Cases
Union Case | Description |
Asynchronous
Signature:
|
Use asychronous IO
|
Optimise
Signature:
|
Choose between sychronous or asynchronous IO depending on what is likely to perform best
|
Synchronous
Signature:
|
Use sychronous (blocking) IO
|