Changes in benchmark/io/http/worker.cfa [e235429:8e3034d]
- File:
-
- 1 edited
-
benchmark/io/http/worker.cfa (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
benchmark/io/http/worker.cfa
re235429 r8e3034d 22 22 23 23 void main( Worker & this ) { 24 park( );24 park( __cfaabi_dbg_ctx ); 25 25 /* paranoid */ assert( this.pipe[0] != -1 ); 26 26 /* paranoid */ assert( this.pipe[1] != -1 );
Note:
See TracChangeset
for help on using the changeset viewer.