- Add a queueMode to the worker
- Add immediate option when disposing the worker
- Fix onExit, now is called when the worker is disposing manually
- Remove flutter dependency
- Close the open ports when the worker when calling dispose
- Add a initialMessage to the worker
- Add a simple way to run [Parallel] code with [Parallel.run], [Parallel.foreach] and [Parallel.map] functions
- Implementation of the [Worker]
- Add docs
- Add example