SenderObjectBase

A polymorphic sender of type T

Members

Aliases

Op
alias Op = OperationObject
Undocumented in source.
Value
alias Value = T
Undocumented in source.

Functions

connect
OperationObject connect(ReceiverObjectBase!(T) receiver)
Undocumented in source.
connect
OperationObject connect(Receiver receiver)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta