Gitiles
Code Review
Sign In
source.supwisdom.com
/
common
/
thrift
/
2bd3a30b91ef2a4a6c54b4a030a4955a65c96bc8
/
.
/
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
();
}