B-Program and B-Thread Data
Pre-release
Pre-release
Many updates and fixes. Most importantly:
- B-Threads have data object they can use (
bp.thread.data
) - B-Program has a global map which allows b-threads to share data and keep b-program history (
bp.store
). - It is OK for multiple b-threads to have the same name.