You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use single executor service instead of timer per stream (#738)
Replace the per output-stream Timer instance with a single scheduled
thread pool executor with a single thread.
- Removes the need for a proxy object on every print-stream.
- Executor service is generally preferred over Timer.
- The thread is named so its purpose is apparent.
0 commit comments