awaitAny() takes openarray[FlowVarBase]. It rejects seq[FlowVar[T]]. But the caret operator expects FlowVar[T]. So how can I use awaitAny() and then get the data from the actual FlowVar[T]? Could someone point me to a simple example?
- Need example of awaitAny() cdunn2001
- Re: Need example of awaitAny() cdunn2001
