avid.actions.threadingScheduler.ThreadingScheduler

class avid.actions.threadingScheduler.ThreadingScheduler(threadcount)

Bases: object

Simple threaded scheduler that processes the actions via a thread pool.

__init__(threadcount)

Methods

__init__(threadcount)

execute(actionList)