isValidOp

It is ok for the operation state to be on the heap, but if it is on the stack we need to ensure any copies are elided. We can't be 100% sure (the compiler may still blit), but this is the best we can do.

Members

Aliases

Op
alias Op = OpType!(Sender, Receiver)
Undocumented in source.

Manifest constants

isValidOp
enum isValidOp;
Undocumented in source.

Templates

isRVO
template isRVO(alias connect)
Undocumented in source.

Meta