Skip to content

1.1.0

Compare
Choose a tag to compare
@EricRabil EricRabil released this 25 Jul 20:35
· 4 commits to main since this release

This update changes how async scheduling is implemented.

  • Subpromises will now inherit the parent resolve queue, instead of defaulting to the main dispatch queue
  • Promise listeners will now be invoked without bouncing through the scheduler if it can be determined that we are on the same queue/run-loop
  • Added a method for blocking until a promise resolves