Package-level declarations

Types

Link copied to clipboard

可以感知到某个目标的完成的。

Link copied to clipboard
interface DelayableCoroutineScope : CoroutineScope

提供异步可延迟API的 CoroutineScopeDelayableCoroutineScope 继承并扩展 CoroutineScope, 对外提供部分服务于 Java 开发者的异步延迟函数。

Link copied to clipboard

存在 延时函数CompletionStage 扩展, 为 DelayableCompletableFuture 提供类型支持.

Link copied to clipboard

可存活的。 此接口提供 joininvokeOnCompletion 等函数来对生命周期提供一定操作。

Link copied to clipboard

可开关的。

Functions

Link copied to clipboard
fun <T> Deferred<T>.asDelayableFuture(scope: CoroutineScope): DelayableCompletableFuture<T>

提供一个 CoroutineScope, 将一个 Deferred 转化为 DelayableCompletableFuture