Skip to content

0.7: EAC-2103 Ensure Invoker functions destroyed before lock (#15)

Pre-release
Pre-release
Compare
Choose a tag to compare
@ggeorgalis ggeorgalis released this 19 Jan 10:53
· 9 commits to master since this release
8d3331e
This is an additional fix for the previous PR (EAC-2103).

Ensure that `InvokerWithSingleThread` functions are destroyed before reacquiring the lock, otherwise, if an instance of `InvokerWithSingleThread` is destroyed from its own thread a deadlock will occur.