Module with channel
computation expression
Type | Description |
---|---|
ChannelBuilder |
Computation expression used to create channels - an The result of the computation expression is the Example:
val browserRouter : obj
union case Option.None: Option<'T>
union case Option.Some: Value: 'T -> Option<'T>
val sprintf : format:Printf.StringFormat<'T> -> 'T
val sampleChannel : obj
union case Result.Ok: ResultValue: 'T -> Result<'T,'TError>
val app : obj
|
ChannelBuilderState |
Type representing internal state of the |
Name | Description |
---|---|
channel
Signature:
ChannelBuilder
|
Computation expression used to create channels |