Readd function comment removed by mistake

PiperOrigin-RevId: 414406963
Change-Id: Id8155b67ce063a9171b70e24b58d407415b30e78
This commit is contained in:
Wiktor Garbacz 2021-12-06 04:42:46 -08:00 committed by Copybara-Service
parent 245a8c7650
commit 4e6cafa934

View File

@ -60,6 +60,7 @@ class Sandbox2 final {
Sandbox2(const Sandbox2&) = delete;
Sandbox2& operator=(const Sandbox2&) = delete;
// Runs the sandbox, blocking until there is a result.
ABSL_MUST_USE_RESULT Result Run() {
RunAsync();
return AwaitResult();