Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ActiveState/code
/ recipe-475216.py
File
recipe-475216.py
recipes/Python/475216_Bounded_Buffer_Example_1/recipe-475216.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
from
os.path
import
basename
2
from
Queue
import
Queue
3
from
random
import
random
4
from
sys
import
argv, exit
Callers
nothing calls this directly
Calls
1
main
Function · 0.70
Tested by
no test coverage detected