vibe.d beta banner
get vibe.d
0.10.0

Asynchronous I/O that doesn’t get in your way, written in D

Interface EventDriverTimers

interface EventDriverTimers ;

Properties

NameTypeDescription
userData[set] TRetrieves a reference to a user-defined value associated with a descriptor.

Methods

NameDescription
addRef (descriptor) Increments the reference count of the given resource.
cancelWait (timer)
create ()
isPending (timer)
isPeriodic (timer)
isUnique (descriptor) Determines if the given timer's reference count equals one.
releaseRef (descriptor) Decrements the reference count of the given resource.
set (timer, timeout, repeat)
stop (timer)
wait (timer, callback)
wait (timer, callback)
rawUserData (descriptor, size, initialize, destroy) Low-level user data access. Use userData instead.
Authors
Copyright
License