SubSpawn Native POSIX API

SubSpawn wrapper over libfixposix. Install ffi-binary-libfixposix if you need binaries.

Installation

Install the gem and add to the application's Gemfile by executing:

$ bundle add subspawn-posix

If bundler is not being used to manage dependencies, install the gem by executing:

$ gem install subspawn-posix

Usage

require 'subspawn/posix'

See SubSpawn for more details.

An RBS file exists for this gem.

Development

See parent SubSpawn readme