We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ServerApplication
Is your feature request related to a problem? Please describe. Need to be able to register callback for ServerApplication termination
Describe the solution you'd like static std::function defaulting to nullptr; if set, called on the event and set back to nullptr
static std::function
nullptr
Additional context Probably may make sense to add for some other events other than termination
The text was updated successfully, but these errors were encountered:
feat(ServerApplication): termination callback #4643
1b47d73
chore(ServerApplication): spelling fix #4643
afa38a3
chore(ServerApplication): correct documentation #4643
f85e9db
f0a2948
aleks-f
No branches or pull requests
Is your feature request related to a problem? Please describe.
Need to be able to register callback for
ServerApplication
terminationDescribe the solution you'd like
static std::function
defaulting tonullptr
; if set, called on the event and set back tonullptr
Additional context
Probably may make sense to add for some other events other than termination
The text was updated successfully, but these errors were encountered: