Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ActiveState/code
/ recipe-577001.py
File
recipe-577001.py
recipes/Python/577001_sqlite_message_bus/recipe-577001.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
#!/usr/bin/python
2
3
""
"Simple message bus implemented on top of a shared sqlite3 database.
4
Callers
nothing calls this directly
Calls
7
MBus
Class · 0.85
exists
Method · 0.45
connect
Method · 0.45
execute
Method · 0.45
recv
Method · 0.45
send
Method · 0.45
exit
Method · 0.45
Tested by
no test coverage detected