MCPcopy Create free account
hub / github.com/ActiveState/code / recipe-576418.py

File recipe-576418.py

recipes/Python/576418_Multithreaded_FIFO_Gate/recipe-576418.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import threading
2import time
3
4class ThreadGateException(Exception):

Callers

nothing calls this directly

Calls 1

testFunction · 0.70

Tested by

no test coverage detected