Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix possible OnceCell panic in Proxy::connection() (#186)
* Fix possible OnceCell panic in Proxy::connection() When multiple tasks are trying to create proxies simultaneously, another task may initialize the zbus-Connection-OnceCell while the connection is initialized. This ensures that only the first task to establish a connection initializes the OnceCell * fix rust-fmt suggestion
- Loading branch information