createTimerFiber

Given a Timer and a string channel name, creates a Fiber that implements the timer.

version(WithTimerPlugin)
private
createTimerFiber
(,
const string channelName
,
const string name
)

Parameters

plugin TimerPlugin

The current TimerPlugin.

channelName string

String channel to which the timer belongs.

name string

Timer name, used as inner key in TimerPlugin.timersByChannel.