Registry / utility / mkfifo

mkfifo

JSON →
library0.1.1rbrubygemsunverified

Adds a mkfifo method to Ruby's File class for creating named pipes (FIFOs) on Unix-like systems.

gem install mkfifo
INSTALL
IMPORT
SIG · MKFIFO
M
mkfifo
utilityrubyv0.1.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

File
require 'mkfifo'

Create a named pipe (FIFO) using File.mkfifo

require 'mkfifo' File.mkfifo('/tmp/my_pipe')
Debug
Known issues
breakingOnly works on Unix-like systems (Linux, macOS)
fix
Check platform with RUBY_PLATFORM before using
affects: >= 0
Upgrade
Version history
0.1.1latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
mkfifo — gem install mkfifo · libregistry