No. The reactor does not prioritize planning; it just fires events in the order in which they return from your multiplexing / synchronization mechanism, depending on the specific implementation of the reactor (it is slightly different for different ones).
Implementing a planning API or fair queuing in a reactor would be a terrific addition, but it would be a non-trivial job.
Glyph source
share