mirror of
https://github.com/google/sandboxed-api.git
synced 2024-03-22 13:11:30 +08:00
Internal change
PiperOrigin-RevId: 413351344 Change-Id: I93962c43649fab1f73b3960044563e54449af271
This commit is contained in:
parent
6a6c931317
commit
f5fbe8cce5
|
@ -60,7 +60,6 @@ class Sandbox2 final {
|
||||||
Sandbox2(const Sandbox2&) = delete;
|
Sandbox2(const Sandbox2&) = delete;
|
||||||
Sandbox2& operator=(const Sandbox2&) = delete;
|
Sandbox2& operator=(const Sandbox2&) = delete;
|
||||||
|
|
||||||
// Runs the sandbox, blocking until there is a result.
|
|
||||||
ABSL_MUST_USE_RESULT Result Run() {
|
ABSL_MUST_USE_RESULT Result Run() {
|
||||||
RunAsync();
|
RunAsync();
|
||||||
return AwaitResult();
|
return AwaitResult();
|
||||||
|
|
Loading…
Reference in New Issue
Block a user