Registry / async / girl-friday

girl-friday

JSON →
library0.11.2rbrubygemsunverified

Simplifies background processing in Ruby by managing a pool of threads for asynchronous task execution.

gem install girl_friday
INSTALL
IMPORT
SIG · GIRL-FRIDAY
G
girl-friday
asyncrubyv0.11.2
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.

GirlFriday
require 'girl_friday'

Create a work queue and push a task

require 'girl_friday' queue = GirlFriday::WorkQueue.new(:email) do |msg| puts "Processing: #{msg}" end queue.push('send welcome email')
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.11.2latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
31 hits · last 30 days
node
26
Amazon
1
OpenAI (training)
1
Resources
girl-friday — gem install girl-friday · libregistry