abstract class Cute::Signal

Overview

Base class for Cute.signal

Defined in:

cute/signal.cr

Instance Method Summary

Instance Method Detail

def disconnect(handler_hash) #

Removes the handler with the handle handler_hash.


[View source]
def disconnect #

Removes all handlers


[View source]
def wait #

Waits for the next event and returns the signal arguments. See samples/wait.cr for a usage example.


[View source]