Contents

NSManagedObjectContext.ScheduledTaskType.immediate

The immediate scheduled task type.

Declaration

case immediate

Discussion

Immediate tasks execute right away if the context operates within the current scope; otherwise, the context enqueues the task. Tasks of this type are reentrant, nonblocking, and continuation-aware.

See Also

Scheduled Task Types