# resumeWorld

`import { resumeWorld } from "destack:runtime";`

Resume one world.

```ds title="resumeWorld"
export declare function resumeWorld(world: WorldHandle): Result<void, HostError>
```

[language/library/src/runtime/control.ds:46](https://github.com/destack-sh/destack/blob/main/language/library/src/runtime/control.ds#L46)
