Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/thrift
/ run
Method
run
tutorial/java/src/JavaServer.java:47–49 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
45
46
Runnable simple =
new
Runnable() {
47
public
void
run() {
48
simple(processor);
49
}
50
};
51
Runnable secure =
new
Runnable() {
52
public
void
run() {
Callers
2
PythonClient.py
File · 0.45
PythonServer.py
File · 0.45
Calls
2
simple
Method · 0.95
secure
Method · 0.95
Tested by
no test coverage detected