Skip to content

Commit

Permalink
use a separate thread to take over the context
Browse files Browse the repository at this point in the history
  • Loading branch information
calavera committed May 19, 2011
1 parent ba6e4bd commit 430f467
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/trinidad/lifecycle/lifecycle_listener_host.rb
Expand Up @@ -46,7 +46,7 @@ def check_monitors
c[:lock] = true
c[:mtime] = mtime
c[:context] = create_takeover(c)
c[:context].start
Thread.new { c[:context].start }
end
end
end
Expand Down

0 comments on commit 430f467

Please sign in to comment.