Mark Slee | b32f3c6 | 2007-03-05 04:48:48 +0000 | [diff] [blame^] | 1 | #!/usr/local/bin/thrift -cpp -py |
2 | |||||
3 | service ThreadsTest { | ||||
4 | void threadOne(1: i32 sleep=15), | ||||
5 | void threadTwo(2: i32 sleep=15), | ||||
6 | void threadThree(3: i32 sleep=15), | ||||
7 | void threadFour(4: i32 sleep=15) | ||||
8 | |||||
9 | void stop(); | ||||
10 | |||||
11 | } |