AsyncModules: async/future, async/runtime

Async

Modules: async/future, async/runtime

Seen's async stdlib surface provides the basic future/task types used by compiler and application code that lowers async, await, and coroutine-style work.

TypeModulePurpose
Futureasync/futureFuture contract and polling state
Contextasync/futurePolling context passed to futures
Wakerasync/futureWake handle for suspended work
ThenTaskasync/futureFuture continuation helper
MapTaskasync/futureFuture mapping helper
CoroutineTaskasync/runtimeRuntime task wrapper
AsyncRuntimeasync/runtimeSimple async runtime coordinator
AsyncScopeasync/runtimeScope for grouped async work

Import modules directly:

import async::future
import async::runtime
Architected in Kotlin. Rendered with Materia. Powered by Aether.
© 2026 Yousef.