Tidying
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user