printer = luban::demo::asynchprintln();
for( i=0; i<1000; ++i)
	printer.obj=i;
printer.waitfinish();
