-
-
Notifications
You must be signed in to change notification settings - Fork 172
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
Use java.util.concurrent.ExecutorService/submit instead of future
#141
Conversation
(future) starts the agent threadpool, which slows down shutdown unless (shutdown-agents) is called.
Hi Ryan, fantastic- thank you! |
…ture` (@ryfow) (future) starts the agent threadpool, which slows down shutdown unless (shutdown-agents) is called.
Have pushed |
…ture` (@ryfow) (future) starts the agent threadpool, which slows down shutdown unless (shutdown-agents) is called.
Glad to help. I never noticed the problem until I added slf4j-timbre. Somehow that was triggering the agents during compile which was adding a long pause between compile and running things with I always |
…ture` (@ryfow) (future) starts the agent threadpool, which slows down shutdown unless (shutdown-agents) is called.
…ture` (@ryfow) (future) starts the agent threadpool, which slows down shutdown unless (shutdown-agents) is called.
(future) starts the agent threadpool, which slows down shutdown
unless (shutdown-agents) is called.
This resolves #61.