ObjFW
Loading...
Searching...
No Matches
Classes | Typedefs
OFTimer.h File Reference
import "OFObject.h"
import "OFRunLoop.h"

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 Documentation

◆ OFTimerBlock

typedef void(^ OFTimerBlock) (OFTimer *timer)

A block to execute when a timer fires.

Parameters
timerThe timer which fired