summaryrefslogtreecommitdiff
path: root/test/threads/ThreadsTest.thrift
blob: 45df6a4acf33b419d29983708f3185ba71a6bbc7 (plain)
1
2
3
4
5
6
7
8
9
service ThreadsTest {
  i32 threadOne(1: i32 sleep=15),
  i32 threadTwo(2: i32 sleep=15),
  i32 threadThree(3: i32 sleep=15),
  i32 threadFour(4: i32 sleep=15)

  i32 stop();

}