Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(261)

Side by Side Diff: third_party/APScheduler/README.txt

Issue 6673078: Initial checkin of media test matrix class, which will be used for media perf test later. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Put APScheduler in third_party directory for Media Performance test. Created 9 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 Advanced Python Scheduler (apscheduler) is a light but powerful in-process task
2 scheduler that lets you schedule functions (or any python callables) to be
3 executed at times of your choosing.
4
5 The development of apscheduler was heavily influenced by the `Quartz
6 <http://www.opensymphony.com/quartz/>`_ task scheduler written in Java,
7 although APScheduler cannot claim as many features.
8
9
10 Features
11 ========
12
13 * No external dependencies
14 * Thread-safe API
15 * Cron-like scheduling
16 * Delayed scheduling of single fire jobs (like the UNIX "at" command)
17 * Interval-based scheduling of jobs, with configurable start date and
18 repeat count
19
20
21 Documentation
22 =============
23
24 Documentation can be found on the `APScheduler site
25 <http://packages.python.org/APScheduler/>`_.
26
27
28 Source
29 ======
30
31 The source can be browsed at `Bitbucket
32 <http://bitbucket.org/agronholm/apscheduler/src/>`_.
OLDNEW
« no previous file with comments | « third_party/APScheduler/README.chromium ('k') | third_party/APScheduler/apscheduler/__init__.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698