-
-
Notifications
You must be signed in to change notification settings - Fork 103
Closed
Description
In using Falcon, does async include a hook to monkey-patch Kernel#sleep with Async#sleep?
em-synchrony has the following hook/logic you can add to your code if using something like Goliath.
# Redirects to EM::Synchrony.sleep
require "em-synchrony"
EM::Synchrony.on_sleep do |*args|
EM::Synchrony.sleep(*args)
endMetadata
Metadata
Assignees
Labels
No labels