Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
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
Conversation
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
technomancy commentedOct 9, 2017
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.