]> git.ipfire.org Git - thirdparty/tornado.git/commit
ioloop: Factor out the math of PeriodicCallback for easier testing
authorBen Darnell <ben@bendarnell.com>
Sat, 31 Mar 2018 21:24:07 +0000 (17:24 -0400)
committerBen Darnell <ben@bendarnell.com>
Sat, 7 Apr 2018 23:03:13 +0000 (19:03 -0400)
commit0412a3ee1e220e149ddd85583aad73d3683f6bbd
treeac3634c405491a793b257326da3e04bfefb7a7a3
parentb0cec6b749d3e60486092e418cd4c00793d72ca3
ioloop: Factor out the math of PeriodicCallback for easier testing

This permits it to be tested separately from the (now python 2.7-only)
IOLoop configuration.
tornado/ioloop.py
tornado/test/ioloop_test.py