struct

Tryst::EventSource::State

Inherits Struct < Value < Object

Everything the C callbacks need, in memory C can hold a pointer to. Not the EventSource object itself - handing a Crystal object to C and back means the collector has to be told, and the callbacks are the one place that must not involve it.

Constructors

new(check : Check, data : Pointer(Void), max_block : LibTcl::Time)
Source

Instance methods

check
Source
check=(check : Check)
Source
data
Source
data=(data : Pointer(Void))
Source
max_block
Source
max_block=(max_block : LibTcl::Time)
Source