- Timers and just as the name says, a class object that, we say, "fires" after a certain time interval. To actually use the data sent by Timers, we use the
.onReceive()modifier, which can be read about here. It's really easy to implement, you just set up a Publisher, listen to it using.onReceive()and perfrom an action.