v0.6.0b1
·
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.