0.1.4
- 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.)