We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea05a6e commit d49ef91Copy full SHA for d49ef91
docs/guides/blackboard_reference.md
@@ -68,15 +68,6 @@ then there is no guarantee that a copy of the object being shared isn't accessed
68
69
To prevent this issue, we provide a different API that includes a locking mechanism.
70
71
-This is **NOT** thread-safe:
72
-
73
-```cpp
74
-std::shared_ptr<Pointcloud> cloud_ptr;
75
-getInput("cloud", cloud_ptr);
76
-// modify the pointcloud referenced by cloud_ptr here
77
-```
78
79
-The thread-safe alternative:
80
81
```cpp
82
// inside this scope (as long as any_locked exists), a mutex protecting
0 commit comments