]> 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, 31 Mar 2018 21:34:40 +0000 (17:34 -0400)
commit2d4053daa56c609d642b214399e046671d4a593e
treefc228fac0dcb44aec34b1ac1ad9c02512247dea5
parent35a538f50e704e348926e1b113bc03328a1da9f2
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