Searched refs:delayedEcho (Results 1 – 1 of 1) sorted by relevance
/thrift-3.4.0/lib/d/test/ |
D | async_test.d | 66 string delayedEcho(string value, long milliseconds); 176 override string delayedEcho(string value, long milliseconds) { in delayedEcho() function 177 if (trace_) writef(`delayedEcho("%s", %s ms)... `, value, milliseconds); in delayedEcho() 340 if (trace_) writefln(`Calling delayedEcho("%s", 100 ms)...`, id); in run() 341 auto a = client.delayedEcho(id, 100); in run() 349 if (trace_) writefln(`... delayedEcho("%s") done.`, id); in run() 369 if (trace_) write(`Calling delayedEcho("socketTimeout", 100 ms)... `); in run() 370 auto a = client.delayedEcho("socketTimeout", 100); in run()
|