ObjFW
|
Go to the source code of this file.
Classes | |
class | OFTimer |
A class for creating and firing timers. More... | |
Typedefs | |
typedef void(^ | OFTimerBlock) (OFTimer *timer) |
A block to execute when a timer fires. | |
typedef void(^ OFTimerBlock) (OFTimer *timer) |
A block to execute when a timer fires.
timer | The timer which fired |