summaryrefslogtreecommitdiff
path: root/examples
Commit message (Collapse)AuthorAgeFilesLines
* fix print in exampleZekui Shi2014-05-211-6/+6
|
* Enable the most modern Python syntax.Vincent Driessen2014-05-053-2/+16
|
* Rewrite of the connection setup.Vincent Driessen2012-05-212-31/+37
| | | | | | | | | | | I'd want to advice against using `use_connection()` more, as the connection setup is less explicit, and also pollutes global memory. Because, well: $ python -m this | head -n4 | tail -n1 ;)
* Fixed examples. use_connection is now being used.Jeffrey Gelens2012-05-202-9/+4
|
* Change semantics of work(). Add work_burst().Vincent Driessen2011-11-171-1/+1
| | | | | work() will now start the worker run loop, and work_burst() now leads to the burst-then-quit behaviour.
* Update README (and example).Vincent Driessen2011-11-153-16/+20
|
* Adapt examples so they run again.Vincent Driessen2011-11-152-32/+28
| | | | Remove sync part of the example.
* Add example and README updates.Vincent Driessen2011-11-143-0/+52