Thread Zugriff auch nach MainLoop ? (16 answers)
Opened by Froschpopo at 2005-04-08 00:28

Dubu
 2005-04-08 12:48
#43388 #43388
User since
2003-08-04
2145 Artikel
ModeratorIn + EditorIn

user image
Code: (dl )
1
2
3
4
5
while(<SOCKET>) {
$mw->configure(...);
...
$mw->update();
}

View full thread Zugriff auch nach MainLoop ?