# ConcurrentSetRead

`import { ConcurrentSetRead } from "destack:collections";`

Read guard for one concurrent set value.

```ds title="ConcurrentSetRead"
export struct ConcurrentSetRead<T>
```

[language/library/src/collections/concurrent-set.ds:10:13](https://github.com/destack-sh/destack/blob/main/language/library/src/collections/concurrent-set.ds#L10-L13)
