bright-sandwich-93783
07/06/2021, 8:18 PMApplyTWithContext
mentions that the provided context can be used to reject the output as cancelled. If I call the context cancel
method, what am I supposed to expect? ApplyTWithContext
only returns a single value of type Output
. As a caller of ApplyTWithContext
how am I supposed to detect a "rejected output"?bored-table-20691
07/08/2021, 10:56 PM