Skip to content

Multithreading and ICollection

Compare
Choose a tag to compare
@ZorPastaman ZorPastaman released this 23 Jan 09:04
· 37 commits to master since this release

Added

  • Multithreading support: different locks are added. The feature is optional and controlled
    by the define SIMPLE_BLACKBOARD_MULTITHREADING.
  • Blackboard now inherits ICollection interfaces.

Changed

  • Initial capacity of blackboard property names is changed from 100 to 1000.