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
Guava 18 deprecated sameThreadExecutor() and split
the use case into two options:
newDirectExecutorService() and directExecutor().
Use directExecutor() as we don't need
ExecutorService#shutdown semantics and this
has a positive performance impact.
Signed-off-by: Luke Inman-Semerau <[email protected]>
0 commit comments