Available on crate feature
lock only.Structsยง
- Spice
Lock - A wrapper singleton struct around the API to prevent concurrent calls to SPICE functions from multiple threads.
Exposes all functions as methods with identical signatures besides the added
&selfargument. Only available with thelockfeature enabled.