Changeset 391 for python/trunk/Doc/library/sched.rst
- Timestamp:
- Mar 19, 2014, 11:31:01 PM (11 years ago)
- Location:
- python/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
python/trunk
-
Property svn:mergeinfo
set to
/python/vendor/Python-2.7.6 merged eligible /python/vendor/current merged eligible
-
Property svn:mergeinfo
set to
-
python/trunk/Doc/library/sched.rst
r2 r391 8 8 .. index:: single: event scheduling 9 9 10 **Source code:** :source:`Lib/sched.py` 11 12 -------------- 13 10 14 The :mod:`sched` module defines a class which implements a general purpose event 11 15 scheduler: 12 13 16 14 17 .. class:: scheduler(timefunc, delayfunc) … … 93 96 .. method:: scheduler.enter(delay, priority, action, argument) 94 97 95 Schedule an event for *delay* more time units. Other th en the relative time, the98 Schedule an event for *delay* more time units. Other than the relative time, the 96 99 other arguments, the effect and the return value are the same as those for 97 100 :meth:`enterabs`.
Note:
See TracChangeset
for help on using the changeset viewer.