Add call_later to txaio.__all__

This commit is contained in:
Andrei Kopats 2015-11-13 11:55:54 +03:00
parent b50775ad9b
commit 1569564cc4

View File

@ -73,6 +73,8 @@ __all__ = (
'gather', # return a Future waiting for several other Futures
'is_called', # True if the Future has a result
'call_later', # call the callback after the given delay seconds
'failure_message', # a printable error-message from a IFailedFuture
'failure_traceback', # returns a traceback instance from an IFailedFuture
'failure_format_traceback', # a string, the formatted traceback