Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add empty function checks in CalleeHandle
The CalleeHandle class is the "owner" of the callback function objects associated with a callback connection. As such, it will check the validity of those function objects and throw the EmptyFunctionObject exception if either the callback or cleanup function is empty / invalid.
- Loading branch information