[Live-devel] TaskScheduler and doEventsLoop

Juan Manuel Lopez Baio jmbaio at gmail.com
Thu Nov 2 09:05:09 PST 2006


On 11/2/06, Glen Gray <glen at lincor.com> wrote:
> Hey Guys,
>
> I just wanted to confirm something. Does the doEventsLoop need to be
> called repeatedly to eventually trigger a scheduled function ?

No, but the function does have to reschedule itself (or someone do it
for it) if you want it to be periodical.
Given that, doEventLoop will loop (blocking) forever or until the flag
you might've passed it when calling it is set to true.

I think...

> --
> Glen Gray <glen at lincor.com>              Digital Depot, Thomas Street
> Senior Software Engineer                            Dublin 8, Ireland
> Lincor Solutions Ltd.                          Ph: +353 (0) 1 4893682
> _______________________________________________
> live-devel mailing list
> live-devel at lists.live555.com
> http://lists.live555.com/mailman/listinfo/live-devel
>


More information about the live-devel mailing list