blackboard thread-safety #443
EhsanPeymani
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
Thanks for the nice work. I am wondering if use of blackboard is thread-safe.
In one thread, I run behavior trees. In another thread I run a gRPC service which receives data from another unit, and I write the values on blackboard. The BT thread will read them and make decision.
Do I need to wrap it with lock?
Beta Was this translation helpful? Give feedback.
All reactions