Adam Spofford
12/04/2019, 10:04 PMsequence { }
with abstract suspending functions, because StreamingCmd
has to inherit from CmdBase
and so can't inherit from SequenceScope
Dominaezzz
12/04/2019, 10:06 PMflow { }
?Adam Spofford
12/04/2019, 10:08 PM@RestrictsSuspension
sequence builder, I do still want to keep the interface compatible with a non-suspending base, meaning I can't just stick Flow
or ReceiveChannel
as the return types.