Registry / async / async-container

async-container

JSON →
library0.35.1rbrubygemsunverified

Abstract container-based parallelism using threads and processes where appropriate.

gem install async-container
INSTALL
IMPORT
SIG · ASYNC-CONTAINER
A
async-container
asyncrubyv0.35.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.

Async::Container
require 'async/container'

Run two parallel processes.

require 'async/container' container = Async::Container.new container.run(count: 2) do puts "Hello from #{Process.pid}" end
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.35.1latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
44 hits · last 30 days
node
38
OpenAI (training)
1
Resources
async-container — gem install async-container · libregistry