Skip to content

v0.6.0b1

Choose a tag to compare

@TheGreatCabbage TheGreatCabbage released this 01 Apr 19:07
· 9 commits to master since this release

Scheduler's constructor now accepts a new parameter, run_in_thread=False. When run_in_thread is True, the first task will be run in a thread instead of a process.

This is intended to improve performance when the OS does not allow processes to be forked, since it removes some of the overhead of spawning processes.