blob: ebf2513e8f4ee8226a51879b6fa1881e40307e85 [file] [log] [blame]
Mark Sleeb32f3c62007-03-05 04:48:48 +00001#!/usr/local/bin/thrift -cpp -py
2
3service 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}