Skip to content

Topic

Fire-and-forget background work

Starting an asynchronous task without awaiting or tracking it, so the caller can return before the work finishes. The task's failures, lifetime and resource use are unobserved by whatever started it.

Current clusters