Skip to content
New issue

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

Hold IJulia idle status using upcoming channel interface #170

Open
JMurph2015 opened this issue Jun 28, 2017 · 0 comments
Open

Hold IJulia idle status using upcoming channel interface #170

JMurph2015 opened this issue Jun 28, 2017 · 0 comments

Comments

@JMurph2015
Copy link

Hi! This is a little early, but I have a PR out on IJulia (JuliaLang/IJulia.jl#563) address the idle message delay which was created to help Interact.jl messages avoid getting truncated.

If the PR goes through, then the preferred way to handle this will be to use a one-length boolean channel as a semaphore, register it with IJulia, and it can be used to hold the kernel from sending 'idle' until Interact fulfills the semaphore (by putting any boolean on the channel like put!(channel, true))

This is just a heads up and we'll see if the PR goes through.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant