Fake delayed call which lets us simulate the scheduler.

Method __init__ A function to run, later.
Method cancel Don't run my function later.
def __init__(self, func):

A function to run, later.

def cancel(self):

Don't run my function later.

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