]> git.ipfire.org Git - thirdparty/tornado.git/commit
ioloop: add_timeout() and call_at() take any Callable 3035/head
authorPierce Lopez <pierce.lopez@gmail.com>
Mon, 31 May 2021 21:55:06 +0000 (17:55 -0400)
committerPierce Lopez <pierce.lopez@gmail.com>
Mon, 31 May 2021 22:03:01 +0000 (18:03 -0400)
commitad1c4d5bff13db7cfd49f5dc07128782e3ea00e6
treee864a3e58edd02fdb6df5b7d017aa246aa321c30
parenta9fbbeeec9abfe9ff54365160ce476ba853ba203
ioloop: add_timeout() and call_at() take any Callable

clean-up some methods that were missed in
https://github.com/tornadoweb/tornado/pull/2924
tornado/ioloop.py
tornado/platform/asyncio.py