chonmb / neutron

neutron is a event engine, which delivers and handles events along with paths in event graph, making handle variant events easy like cooking.
Apache License 2.0
1 stars 0 forks source link

About Event #3

Open chonmb opened 3 months ago

chonmb commented 3 months ago

In Neutron, Event will flow down with the EventGraph. In this point, different kind of events which happened on the same Event Graph have the same issue: they cannot specify their unique path to deliver stimulation and won't interrupt the requirements they want to isolation. So, Event should have a deliver guider to avoid trigger the unessary stimulation.