Skip to content

0.1.4

Compare
Choose a tag to compare
@trowski trowski released this 21 Jun 04:24
29a1d1b
  • Fixed an issue where fast-finishing or blocking tasks issued to a worker simultaneously would resolve the promises returned from Worker::enqueue() in reverse order. (Note that enqueued tasks may still finish out of order. Order is only maintained for tasks that block the worker or finish immediately.)