A fake scheduler for testing against.

Method __init__ Create a fake scheduler with a list of work to do.
Method __call__ Schedule a unit of work to be done later.
Method pump Do all of the work that is currently available to be done.
def __init__(self):

Create a fake scheduler with a list of work to do.

def __call__(self, thunk):

Schedule a unit of work to be done later.

def pump(self):

Do all of the work that is currently available to be done.

API Documentation for twisted, generated by pydoctor at 2020-03-25 17:34:30.