Public Member Functions | |
def | __init__ |
def | handle_exception |
def | is_ready |
def | pop_result |
def | register_callback |
def | result_callback |
def | run |
def | set_result |
Public Attributes | |
deactivate_stack_context | |
exc_info | |
finished | |
gen | |
had_exception | |
pending_callbacks | |
results | |
running | |
yield_point |
Internal implementation of `tornado.gen.engine`. Maintains information about pending callbacks and their results.
def tornado.gen.Runner.__init__ | ( | self, | |
gen, | |||
deactivate_stack_context | |||
) |
def tornado.gen.Runner.handle_exception | ( | self, | |
typ, | |||
value, | |||
tb | |||
) |
def tornado.gen.Runner.is_ready | ( | self, | |
key | |||
) |
def tornado.gen.Runner.pop_result | ( | self, | |
key | |||
) |
def tornado.gen.Runner.register_callback | ( | self, | |
key | |||
) |
def tornado.gen.Runner.result_callback | ( | self, | |
key | |||
) |
def tornado.gen.Runner.run | ( | self | ) |
def tornado.gen.Runner.set_result | ( | self, | |
key, | |||
result | |||
) |