Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes a dead lock in the effect system
The `DynamicEffectInstance` does a blocking wait on the result of the effect system. In there a continuation is created in case the compilation task is not yet finished. In case that continuation got scheduled on the calling thread we ended up in a dead lock. See also TheFuseLab/VL.Fuse#51
- Loading branch information