Skip to content

2.1.0

Latest
Compare
Choose a tag to compare
@pellared pellared released this 17 Jan 21:28
· 28 commits to main since this release
v2.1.0
176c487

This release adds parallel task execution support.

Added

  • Add Task.Parallel to allow running tasks in parallel.
  • Add middleware.BufferParallel that helps in not getting mixed output from parallel tasks execution.
  • Add Input.Parallel to allow middlewares to have special handling for parallel tasks.