---
title: "scheduleWakeup(wakeupTime:)"
framework: network
role: symbol
role_heading: Instance Method
path: "network/nwprotocolframer/instance/schedulewakeup(wakeuptime:)"
---

# scheduleWakeup(wakeupTime:)

Requests that wakeup(framer:) be called on your protocol at a specific time in the future.

## Declaration

```swift
final func scheduleWakeup(wakeupTime: NWProtocolFramer.Instance.WakeupTime)
```

## See Also

### Handling Asynchronous Events

- [async(execute:)](network/nwprotocolframer/instance/async(execute:).md)
- [NWProtocolFramer.Instance.WakeupTime](network/nwprotocolframer/instance/wakeuptime.md)
