Skip to main content

Module async_api

Module async_api 

Source
Available on crate feature async only.
Expand description

Wraps async SystemConfiguration callback streams. Async event streams for SystemConfiguration callbacks.

Enable this module with --features async.

Structsยง

DynamicStoreNotificationEvent
Wraps a callback payload from SCDynamicStoreSetNotificationKeys.
DynamicStoreNotificationStream
Wraps async SCDynamicStore notifications.
PreferencesNotificationEvent
Wraps a callback payload from SCPreferencesSetCallback.
PreferencesNotificationStream
Wraps async SCPreferences notifications.
ReachabilityEvent
Wraps a callback payload from SCNetworkReachabilitySetCallback.
ReachabilityStream
Wraps async SCNetworkReachability notifications.