Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ActiveState/code
/ exit
Function
exit
recipes/Python/576418_Multithreaded_FIFO_Gate/recipe-576418.py:150–151 ·
view source on GitHub ↗
(index)
Source
from the content-addressed store, hash-verified
148
enterlog.put(index)
149
150
def
exit(index):
151
exitlog.put(index)
152
153
154
class
OwnerThread(threading.Thread):
Callers
15
run
Method · 0.70
main
Function · 0.50
recipe-578858.py
File · 0.50
pump
Function · 0.50
recipe-580703.py
File · 0.50
GetBackupInfo
Method · 0.50
recipe-579025.py
File · 0.50
recipe-576868.py
File · 0.50
parse_args
Method · 0.50
sanity_checks
Method · 0.50
execute
Method · 0.50
recipe-576630.py
File · 0.50
Calls
1
put
Method · 0.45
Tested by
no test coverage detected