-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
bugReport of a bugReport of a bug
Description
Some applications request the opportunity to send, but then can choose not to:
This is sometimes used when it is expensive to work out when to send (essentially you have to construct the whole
packet first), or if you want to do something based on time, so you don't want to do it in the RTS handler. I think
Shane also used it in his firefly stuff.
It's also used in the clock_tree_broad and deep apps from the benchmark/stress tests. Probably some others too,
I haven't looked at them all. The doSend flag pre-dates OnCompute, which pre-dates OnDeviceIdle, which would
cover some use-cases these days.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugReport of a bugReport of a bug