yield Kategorie: Programmierung (von Kallert - 25.04.2004 17:30) | ||
| ||
Hallo, ich habe da mal eine Frage zum yield Befehl. Ich arbeite mit zwei threads. Ist der Befehl auch so aktiv? Rene function x { loop { //Anweisung yield; } } function y { loop { //Anweisung yield; } } thread a { x( ); } thread b { y( ); } thread main { // run a; run b; // } | ||
Antwort schreiben Antworten: Re: yield (von André H. - 6.05.2004 8:27) |