RAII handle for managing event subscription lifetime. More...
RAII handle for managing event subscription lifetime.
Tap objects represent an active subscription to an event. They use move semantics and automatically unsubscribe when moved-from or destroyed. This ensures callbacks are properly cleaned up without manual management.
Features:
Example usage: