| 2026 | } |
| 2027 | |
| 2028 | void InteractiveConsole::BeginAsyncExecution() |
| 2029 | { |
| 2030 | Guard::Assert(!_commandExecuting.test_and_set(), "Command already executing asynchronously"); |
| 2031 | } |
| 2032 | |
| 2033 | void InteractiveConsole::EndAsyncExecution() |
| 2034 | { |
no test coverage detected