NovelIO


ChannelIOMode

Namespace: NovelFS.NovelIO

Defines the IO mode of a channel

Union Cases

Union CaseDescription
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

Fork me on GitHub