Merge pull request #36 from hlamer/master

Add call_later to txaio.__all__
This commit is contained in:
Tobias Oberstein 2015-11-14 08:58:41 +01:00
commit cb8f851fbf

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