This commit is contained in:
Nav
2022-03-31 21:41:03 +01:00
parent a59eeac4de
commit 01d52bb130
3 changed files with 5 additions and 6 deletions

View File

@@ -23,7 +23,9 @@ namespace Bloom::DebugServer
* Called repeatedly in an infinite loop when the DebugServerComponent is running. The server should serve
* from here.
*
* This function should return when any blocking operation is interrupted via an EventNotifier instance.
* For servicing DebugServer events, the implementation should either service them here or return from here
* upon an event being triggered. Returning from this function will allow DebugServerComponent::run() to
* process any pending events. See the DebugServer documentation in src/DebugServer/README.md for more.
*/
virtual void run() = 0;