mkfifo function

int mkfifo(
  1. String path,
  2. int mode
)

Implementation

int mkfifo(String path, int mode) => platform.mkfifo(path, mode);