Skip to content

v0.2.2

Compare
Choose a tag to compare
@mafredri mafredri released this 29 May 16:29
  • Fixed a bug where async_flush_worker failed to detect any workers and did not clear current jobs
  • async_job no longer requires a function for more complicated expressions, you can now use it like so: async_job <worker> 'sleep 1 && echo "very async"
  • Other minor improvements to prevent potential globbing