Sha256: 469c6e0d32f8bb7e4c619a5acdacc0102055b5d6656dfef4d5cb1dd0dd2e205c
Contents?: true
Size: 237 Bytes
Versions: 1
Compression:
Stored size: 237 Bytes
Contents
require 'agent/channel' require 'agent/transport/queue' module Kernel def go(*args, &blk) Thread.new do begin blk.call(*args) rescue Exception => e p e p e.backtrace end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
agent-0.1.0 | lib/agent.rb |