<!--
{
  "availability" : [
    "iOS: 8.0.0 -",
    "iPadOS: 8.0.0 -",
    "macCatalyst: -",
    "macOS: 10.10.0 -",
    "tvOS: -",
    "visionOS: -",
    "watchOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "Dispatch",
  "identifier" : "/documentation/Dispatch/DispatchWorkItem/notify(queue:execute:)",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "Dispatch"
    ],
    "preciseIdentifier" : "s:8Dispatch0A8WorkItemC6notify5queue7executeySo012OS_dispatch_E0C_ACtF"
  },
  "title" : "notify(queue:execute:)"
}
-->

# notify(queue:execute:)

Schedules the execution of the specified work item after the completion of the current work item.

```
func notify(queue: DispatchQueue, execute: DispatchWorkItem)
```

## Parameters

`queue`

The queue on which to execute the work item in the `execute` parameter.

`execute`

The work item to execute after the completion of the current work item.

## Discussion

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)