File: scheduler.rst

package info (click to toggle)
python-moderngl-window 2.4.6-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 69,220 kB
  • sloc: python: 11,387; makefile: 21
file content (15 lines) | stat: -rw-r--r-- 283 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15

.. py:module:: moderngl_window.utils

Scheduler
=========

Methods
-------

.. automethod:: Scheduler.__init__
.. automethod:: Scheduler.run_once
.. automethod:: Scheduler.run_at
.. automethod:: Scheduler.run_every
.. automethod:: Scheduler.execute
.. automethod:: Scheduler.cancel