We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Waiting on background events doesn't work in dpython or idpython. I'm pretty sure that both are calling raw_input() and blocking the event loop.
dpython
idpython
raw_input()
Need to investigate using diesel.util.stream and fitting that into the diesel.interactive code (which dpython and idpython use).
diesel.util.stream
diesel.interactive
The text was updated successfully, but these errors were encountered:
dpython is unblocked as of a1ed7ed.
Still need to figure out how to do non-blocking console input for IPython.
Sorry, something went wrong.
No branches or pull requests
Waiting on background events doesn't work in
dpython
oridpython
. I'm pretty sure that both are callingraw_input()
and blocking the event loop.Need to investigate using
diesel.util.stream
and fitting that into thediesel.interactive
code (whichdpython
andidpython
use).The text was updated successfully, but these errors were encountered: