Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

Already on GitHub? Sign in to your account

Make racket-run connect asynchronously. #282

Open
wants to merge 1 commit into
from

Conversation

Projects
None yet
1 participant

Other commands which need a connection to the racket command process
will still connect synchronously, but at least it's possible to make
the initial connection (which is usually the worst source of waiting)
without blocking the entire Emacs process.

Make racket-run connect asynchronously.
Other commands which need a connection to the racket command process
will still connect synchronously, but at least it's possible to make
the initial connection (which is usually the worst source of waiting)
without blocking the entire Emacs process.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment