$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] Calling a function in a defined time intervall
From: Mickael Wolff (mickael_at_[hidden])
Date: 2009-02-01 06:04:24
Olivier Tournaire a écrit :
> Hi all,
>
> I would like to know how can I call a member function each x
> miliseconds, during a given time. Can any boost library help me for this
> task ?
It seems they are no Boost library for that. My guess is you have to
use a thread, and wait in the desired time then broadcast to listener on
a specific signal.
(You work a sunday ? :D )
-- Mickaël Wolff aka Lupus Michaelis Racine <http://lupusmic.org> Blog <http://blog.lupusmic.org>