Sha256: 2b998d692f86302d17011f048002395920a8d0dc0611fb695b1ee1c2fbcb4c91
Contents?: true
Size: 242 Bytes
Versions: 19
Compression:
Stored size: 242 Bytes
Contents
# frozen_string_literal: true require 'bundler/setup' require 'polyphony' Exception.__disable_sanitized_backtrace__ = true timers = 10.times.map do spin do t = Gyro::Timer.new(1, 1) t.await end end sleep 0.1 GC.start sleep 0.1
Version data entries
19 entries across 19 versions & 1 rubygems