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

Commit

Permalink
Merge 0ae5bfc into 3984f94
Browse files Browse the repository at this point in the history
  • Loading branch information
digitalextremist committed Apr 16, 2013
2 parents 3984f94 + 0ae5bfc commit cece888
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 cece888

Please sign in to comment.