Skip to content
This repository has been archived by the owner on Dec 7, 2018. It is now read-only.

Commit

Permalink
Merge pull request #44 from digitalextremist/master
Browse files Browse the repository at this point in the history
Paging Dr. Kevorkian, paging Dr. Kevorkian...
  • Loading branch information
tarcieri committed Apr 16, 2013
2 parents 3984f94 + 0ae5bfc commit 1eab8e3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions lib/rack/handler/reel.rb
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,12 @@ def start
sleep
end

def stop
Celluloid::Actor[:reel_server].terminate!
Celluloid::Actor[:reel_rack_pool].terminate!
exit
end

def [](option)
@options[option]
end
Expand Down

0 comments on commit 1eab8e3

Please sign in to comment.