Sha256: 3b0a2d1a5a9cd088136050d1db7faa4d4747482f96bfea34489b67efc22b1d30
Contents?: true
Size: 314 Bytes
Versions: 18
Compression:
Stored size: 314 Bytes
Contents
# frozen_string_literal: true # encoding: utf-8 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
18 entries across 18 versions & 1 rubygems