Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/BruceEckel/OnJava8-Examples
/ main
Method
main
lowlevel/MutexEvenProducer.java:23–25 ·
view source on GitHub ↗
(String[] args)
Source
from the content-addressed store, hash-verified
21
}
22
}
23
public
static
void
main(String[] args) {
24
EvenChecker.test(
new
MutexEvenProducer());
25
}
26
}
27
/*
28
No odd numbers discovered
Callers
nothing calls this directly
Calls
1
test
Method · 0.95
Tested by
no test coverage detected