EntropyEngine::Networking::WebRTCConnection::CallbackContext
EntropyEngine::Networking::WebRTCConnection::CallbackContext
Section titled “EntropyEngine::Networking::WebRTCConnection::CallbackContext”Public Attributes
Section titled “Public Attributes”| Name | |
|---|---|
| std::atomic< bool > | valid |
| WebRTCConnection * | connection |
| std::atomic< int > | activeCallbacks |
Public Attributes Documentation
Section titled “Public Attributes Documentation”variable valid
Section titled “variable valid”std::atomic< bool > valid {true};variable connection
Section titled “variable connection”WebRTCConnection * connection;variable activeCallbacks
Section titled “variable activeCallbacks”std::atomic< int > activeCallbacks {0};Updated on 2026-01-26 at 17:14:35 -0500