Python twisted Reactor class
- by anijhaw
What is the significance of the decorators
@reactor.callWhenRunning,
@results_deferred.addCallback
@results_deferred.addErrback.
Also what are deferred strings, for example in the
twisted.internet.utils.getProcessOutput()
returns a deferred string what exactly is happening here?
I am new to twisted hence this might be a very simple question but reading twisted documentation did not help me much