Skip to content

Make effects concurrent

Choose a tag to compare

@Gozala Gozala released this 16 Dec 20:42
· 86 commits to master since this release

Up until now tasks scheduled via Effects used to run sequentially, meaning if one task was blocked next task would not run until first one was complete. With this change each task is spawned concurrently.