rq/examples
Vincent Driessen d780c929c0 Change semantics of work(). Add work_burst().
work() will now start the worker run loop, and work_burst() now leads to
the burst-then-quit behaviour.
..
fib.py Update README (and example).
run_example.py Update README (and example).
run_worker.py Change semantics of work(). Add work_burst().