Closed noteflakes closed 4 years ago
require 'polyphony' trap('INT') { puts 'hi!' } # will fail with 'No thread set for fiber' Process.kill('INT', Process.pid)