Zur Übersicht - INFO - Neueste 50 Beiträge - Neuer Beitrag - Suchen - FAQ - Zum CC1-Forum - Zum CC-Pro-Forum

Re: wait mit timeout Kategorie: Programmierung (von Norbert - 9.02.2007 7:30)
Als Antwort auf wait mit timeout von Sebastian - 3.02.2007 16:47

Hallo Sebastian,

schau dir doch mal den system.timer an:

Beispiel: warte bis testflag TRUE oder 200 ms

...snip.........

  timeout=200;
  t1=system.timer();

  wait ftestflag or (system.timer()-t1 >timeout);

.........

Grü�e aus dem Norden, Norbert

> Hi,
>
>
> ich brauche eine möglichkeit ein wait nach einem bestimmten timeout abzubrechen.
>
> geht das, oder muss ich statt etwas wie
>
> wait ack.monitor, 100;
>

> ein busy-wait implementieren:
>
> while not ack.monitor sleep 20;
>

>
> vielen dank :)
>
> gruss,
> Sebastian
>


    Antwort schreiben


Antworten: