Hi Folks,

Quick question. Is there any way to pass an argument to setTimer()?
In my understanding 'evtimer_new(base, callback, arg)' in libevent will
take an arbitrary argument, but through vibe.d, it does not seem to take
such a parameter.

I can do it somehow passing inline block to achieve same thing, but I
want to have callback function separately, for mostly readability and
modularity purpose.

Thanks,

--Toshiaki