Skip to content

Instantly share code, notes, and snippets.

View deepakmani's full-sized avatar

Deepak Mani deepakmani

View GitHub Profile
@cpuguy83
cpuguy83 / clock.rb
Last active December 24, 2015 10:18
Running clockwork in a separate process is for suckers...
module MyApp
class Clock
include Celluloid
include Clockwork
require_relative '../clockwork'
end
end