Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- include_shared( "sgspproc" );
- PPROC = pproc_create();
- job = PPROC.add_job( "for(i=0;i<10;++i){ print( 'thread T W O\n' ); sleep( 20 ); }" );
- job.start();
- for( i = 0; i < 10; ++i )
- {
- print( 'thread O N E\n' );
- sleep( 20 );
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement