Skip to content

B-Program and B-Thread Data

Pre-release
Pre-release
Compare
Choose a tag to compare
@michbarsinai michbarsinai released this 06 Dec 00:03
· 164 commits to master since this 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.

More about the b-thread and b-program data.