mux mounts a virtual file system where each file is a multiplexed pipe. files may be opened read-only or write-only, and all writes go out to every reader.
Standard fuse arguments. I recommend -o intr.
- Support polling.
- Dynamically allocate files.
public domain.