MCPcopy Create free account
hub / github.com/TactilityProject/Tactility / disable

Method disable

Tactility/Source/service/espnow/EspNowService.cpp:107–111  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

105// region Disable
106
107void EspNowService::disable() {
108 getMainDispatcher().dispatch([this]() {
109 disableFromDispatcher();
110 });
111}
112
113void EspNowService::disableFromDispatcher() {
114 auto lock = mutex.asScopedLock();

Callers 1

disableFunction · 0.80

Calls 1

dispatchMethod · 0.45

Tested by

no test coverage detected