Registry / async / eldritch

eldritch

JSON →
library1.1.3rbrubygemsunverified

Adds support for async methods and async blocks with a together block for group control.

gem install eldritch
INSTALL
IMPORT
SIG · ELDRITCH
E
eldritch
asyncrubyv1.1.3
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.

Eldritch
require 'eldritch'

Define async methods and run them together.

require 'eldritch' async def fetch_data sleep 1 'data' end together do result = fetch_data puts result end
Debug
Known issues
breakingRequires Ruby 2.0+ for async support
fix
Upgrade Ruby to version 2.0 or higher.
affects: < 2.0
Upgrade
Version history
1.1.3latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
36 hits · last 30 days
node
32
OpenAI (training)
1
Resources
eldritch — gem install eldritch · libregistry