Roboy / ravestate

✨ Ravestate is Roboy's reactive dialogue state library.
http://roboy.github.io/ravestate
BSD 3-Clause "New" or "Revised" License
25 stars 7 forks source link

Enforce conjunction signal temporal order #160

Open josephbirkner opened 3 years ago

josephbirkner commented 3 years ago

Currently, signal conjunctions like a & b do not have any temporal implication for the order in which the signals must arrive. This is a performance bottleneck - many specific states should only be considered if they have already acquired their specific signal(s), and not block processing of a more generic signal otherwise.