# AtomicWaitResult

`import { AtomicWaitResult } from "destack:sync";`

Result of waiting on an atomic value.

```ds title="AtomicWaitResult"
export type AtomicWaitResult = "notEqual" | "timedOut" | "woken"
```

[language/library/src/sync/atomic.ds:88](https://github.com/destack-sh/destack/blob/main/language/library/src/sync/atomic.ds#L88)
