Gitiles
Code Review
Sign In
source.supwisdom.com
/
common
/
thrift
/
1a14091adc3380df570d01849b9b6002f7dc24c6
/
.
/
test
/
threads
/
ThreadsTest.thrift
blob: d37b9d7bfdcf4779001fd3d3b923932a04984bba [
file
] [
log
] [
blame
]
#!/usr/local/bin/thrift -cpp -php -perl
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
();
}