Sha256: 5cd8a7146e83ee73c679192d01b1ca70e96a3337f21bc981a1624dacd99b6028
Contents?: true
Size: 246 Bytes
Versions: 11
Compression:
Stored size: 246 Bytes
Contents
module Houston def self.async Thread.new do begin yield rescue Exception # rescues StandardError by default; but we want to rescue and report all errors Houston.report_exception($!) end end end end
Version data entries
11 entries across 11 versions & 1 rubygems