NSManagedObjectContext.ScheduledTaskType.immediate
The immediate scheduled task type.
Declaration
case immediateDiscussion
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.