Module methanol
Package com.github.mizosoft.methanol.internal.concurrent
-
Interface Summary Interface Description Delayer Delays the execution of a given task. -
Class Summary Class Description CancellationPropagatingFuture<T> ACompletableFuturethat propagates cancellation to an upstream when a node in the dependency tree starting from this future is canceled.Lazy<T> SerialExecutor An executor that ensures submitted tasks are executed serially.SharedExecutors Provides default executors that are used across the library when no executor is supplied by the user.Timeout