Skip to content

Commit f3e18ce

Browse files
committed
avoid Class/Interface names in callout; instead refer to the SDK's interface members
1 parent 97158dd commit f3e18ce

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README-SDK.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@ devbox.await_suspended()
356356
devbox.shutdown()
357357
```
358358

359-
> **State-waiting behavior:** In the synchronous SDK, `DevboxOps.from_id()` and `Devbox.resume()` block until the devbox reaches the `running` state, and `Devbox.suspend()` blocks until the devbox is `suspended`. The async counterparts (`AsyncDevboxOps.from_id()`, `AsyncDevbox.resume()`, `AsyncDevbox.suspend()`) return immediately; call `await_running()` / `await_suspended()` explicitly if you need to wait for the state transition.
359+
> **State-waiting behavior:** In the synchronous SDK, `runloop.devbox.from_id()` and `devbox.resume()` block until the devbox reaches the `running` state, and `devbox.suspend()` blocks until the devbox is `suspended`. The async counterparts return immediately; call `await_running()` / `await_suspended()` explicitly if you need to wait for the state transition.
360360
361361
#### Context Manager Support
362362

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)