On Fri, 05 Dec 2014 05:20:18 GMT, Taylor "Nekroze" Lawson wrote:

Hello All,

I am relatively new to using Vibe.d so sorry if this is a dumb question.

In a project i am working on i need to have particular function be run on a regular basis. It doesn't have to be a specific date/time based schedule, just every x minutes or something would be fine.

However i cannot find any information on how this should be done with Vibe.d and would love a point in the right direction with this one.

Any assistance would be greatly appreciated.

-- Sign,
Taylor "Nekroze" Lawson

Looks like http://vibed.org/api/vibe.core.core/setTimer is what you are looking for.