driplineorg / driplineorg/dripline-cpp
Hub Thread Safety
Open
- Dominant language
- C++
- Stars
- 1
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
_Transferred from project8_
Public interface functions for services like hub should be thread safe, as they raise the possibility that they'll be used in parallel with the service's main thread.
Hub provides a public interface to the register- and remove-handler functions. These should be made thread safe.
Hub provides a public interface to the lockout functions that should be made thread-safe.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.