Download Reference Manual
The Developer's Library for D
About Wiki Forums Source Search Contact

Changeset 2445

Show
Ignore:
Timestamp:
07/11/07 23:18:32 (1 year ago)
Author:
kris
Message:

some cleanup

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/example/cluster/tclient.d

    r2442 r2445  
    3333                   add (1, 2, channel); 
    3434         
    35               Stdout.formatln ("{}, {} calls/s", add.result, 20000/w.stop); 
     35              Stdout.formatln ("{} calls/s", 20000/w.stop); 
    3636              } 
    3737}