Sha256: 21c418f0a59c93651e38ed6c9069bf3345fbb02ad8d922ccd5f909323b002511
Contents?: true
Size: 265 Bytes
Versions: 23
Compression:
Stored size: 265 Bytes
Contents
require 'rubydns' # Hack to stop the server - https://github.com/socketry/rubydns/issues/75 module Async class Task alias :run_without_record :run def run(*args) run_without_record.tap do $last_async_task = self end end end end
Version data entries
23 entries across 23 versions & 1 rubygems