Get the notification callback from the op.
Synopsis
Declared in <folly/io/async/AsyncBase.h>
NotificationCallback
getNotificationCallback();
Description
Note that this moves the callback out, leaving the callback in an uninitialized state! You must call setNotificationCallback before submitting the operation!
Return Value
The notification callback, moved out of the operation.
Created with MrDocs