# PIPE_NONBLOCK

`import { PIPE_NONBLOCK } from "destack:ipc/binding";`

Create the pipe endpoints in nonblocking mode.

```ds title="PIPE_NONBLOCK"
const PIPE_NONBLOCK: PipeFlags
```

[language/library/src/ipc/binding/pipe.ds:11](https://github.com/destack-sh/destack/blob/main/language/library/src/ipc/binding/pipe.ds#L11)
