|
|
#18 |
|
Участник
|
Цитата:
{ } static client void main() { Thread t; ; t = new Thread(); //t.removeOnComplete(true); t.run(classnum(FCH_ThreadDemo), staticmethodstr(FCH_ThreadDemo, run)); } static client void run(Thread t) { ; //sleep(2000); info("hello"); } вызов FCH_ThreadDemo::main(); |
|
|
| Теги |
| com connector, com-объект, thread |
|
|
|