Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/e2wugui/zeze
/ add
Method
add
ZezeJava/ZezeJava/src/main/java/Zeze/Util/ShutdownHook.java:46–48 ·
view source on GitHub ↗
(@NotNull Action0 action)
Source
from the content-addressed store, hash-verified
44
}
45
46
public
static
void
add(@NotNull Action0 action) {
47
add(
new
Object(), action);
48
}
49
50
public
static
void
add(@NotNull Object key, @NotNull Action0 action) {
51
shutdownActionsLock.lock();
Callers
12
Start
Method · 0.95
addShutdownHook
Method · 0.95
Raft
Method · 0.95
Rocks
Method · 0.95
start
Method · 0.95
start
Method · 0.95
start
Method · 0.95
start
Method · 0.95
start
Method · 0.95
main
Method · 0.95
BinLoggerService
Method · 0.95
sendCommand
Method · 0.95
Calls
3
lock
Method · 0.65
put
Method · 0.65
unlock
Method · 0.65
Tested by
1
Start
Method · 0.76