python-telegram-bot/telegram/ext
Noam Meltzer 1e0ebe89f3 JobQueue: minimize the amount of places changing self.__tick state
- start the jobqueue (by default) during __init__() instead of during
   put()
 - protect self._next_peek and self.__tick with a Lock
 - rename self._start() to self._main_loop()
 - stop() is now blocking until the event loop thread exits
2016-06-24 19:35:54 +03:00
..
__init__.py yapf 2016-05-25 23:57:29 +02:00
callbackqueryhandler.py update update_queue and job_queue docstrings on all handlers 2016-05-28 16:04:19 +02:00
choseninlineresulthandler.py update update_queue and job_queue docstrings on all handlers 2016-05-28 16:04:19 +02:00
commandhandler.py Merge branch 'master' into jobqueue-rework 2016-05-31 15:34:36 +02:00
dispatcher.py Merge branch 'master' into jobqueue-rework 2016-06-20 05:32:15 +02:00
handler.py update update_queue and job_queue docstrings on all handlers 2016-05-28 16:04:19 +02:00
inlinequeryhandler.py update update_queue and job_queue docstrings on all handlers 2016-05-28 16:04:19 +02:00
jobqueue.py JobQueue: minimize the amount of places changing self.__tick state 2016-06-24 19:35:54 +03:00
messagehandler.py formatting 2016-05-31 15:35:40 +02:00
regexhandler.py update update_queue and job_queue docstrings on all handlers 2016-05-28 16:04:19 +02:00
stringcommandhandler.py update update_queue and job_queue docstrings on all handlers 2016-05-28 16:04:19 +02:00
stringregexhandler.py update update_queue and job_queue docstrings on all handlers 2016-05-28 16:04:19 +02:00
typehandler.py update update_queue and job_queue docstrings on all handlers 2016-05-28 16:04:19 +02:00
updater.py Merge branch 'master' into jobqueue-rework 2016-06-20 05:32:15 +02:00