Files
oak-editor/app/node/block
itsmattkc 1bc8a20425 never send signals while nodes are still locked
A signal emitted and received in the same thread will call other functions
before returning to the one that emitted the signal. If these other functions
try to lock a mutex while a mutex is already locked by the emitting function,
we get stuck in a deadlock. These changes ensure that a signal is never emitted
by any function until all the nodes locked by it are unlocked.
2019-11-23 17:04:33 +09:00
..
2019-11-22 16:53:30 +09:00
2019-11-22 16:53:30 +09:00
2019-11-23 08:53:52 +09:00