ittapi-sys Rust API objects should implement Send+Sync
Open
Rust
- Dominant language
- Rust
- Stars
- 142
- Forks
- 52
- Avg merge
- 2d 20h
- Merged PRs (30d)
- 3
Description
IIUC, all these objects in the core library are thread-safe, so the bindings should be as well. This will significantly reduce pain points with inability to send higher-level wrapper objects between thread, store `ittapi::Domain` in a static variable and so on.
Contributor guide
Assessment
This issue has not been assessed yet.