struct Termisu::Event::Poller::TimerHandle

Overview

Opaque handle for timer identification.

Used to modify or remove timers after creation. The internal id is platform-specific.

Defined in:

termisu/event/poller.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(id : UInt64) #

[View source]

Instance Method Detail

def ==(other : TimerHandle) : Bool #

[View source]
def hash(hasher) #
Description copied from struct Struct

See Object#hash(hasher)


[View source]
def id : UInt64 #

[View source]