Vorkytaka / mini_tools

0 stars 0 forks source link

tea: Sync parallel effects #88

Open Vorkytaka opened 3 hours ago

Vorkytaka commented 3 hours ago

Currently, if we start a long-running operation in Isolate, and another one after that, then we have a race conditions. Need to think about queue, sync.

Vorkytaka commented 3 hours ago

Replay:

Vorkytaka commented 3 hours ago

For cases from example above we actually need to have cancelable operations. Like, "Events of the same type should replace each other"