I start a twisted process that should interact with the user, without blocking. The idea is that the user will be asked to enter some data, and after the full line is entered, the program will process it, ultimately triggering events. During the period when the user enters data, the reactor should continue to operate normally.
Is there any twisted support for this?
python twisted
dangonfast
source share