direct.showbase.JobManager
from direct.showbase.JobManager import JobManager
Inheritance diagram
- class JobManager(timeslice=None)[source]
Bases:
object
Similar to the taskMgr but designed for tasks that are CPU-intensive and/or not time-critical. Jobs run in a fixed timeslice that the JobManager is allotted each frame.
- TaskName = 'jobManager'
- notify = <direct.directnotify.Notifier.Notifier object>