Skip to content

Releases: calebsander/simultaneity

1.1.0

24 Dec 23:19
Compare
Choose a tag to compare
  • Added catch(errorCallback) to handle errors thrown while starting tasks
  • addTask() and catch() return the Simultaneity object so calls can be chained
  • startTask will be passed the Simultaneity object when started
  • If no tasks were added before callback() was called, the callback function will be added to the event queue rather than immediately invoked

1.0.1

24 Nov 19:00
Compare
Choose a tag to compare

Added README

1.0.0

24 Nov 18:17
Compare
Choose a tag to compare

Initial release