Background Task

Noun · Development

Definitions

  1. A unit of work scheduled to run outside the immediate foreground flow, often after the user has already received a response. Background tasks are useful for notifications, indexing, cleanup, and other non-blocking work that should not slow down the main interaction.

    In plain English: A piece of work that runs later in the background instead of during the main action.

    Example: "The request returned quickly because thumbnail generation was queued as a background task instead of happening inline."

Related Terms