You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make callback closures provide mutable loaned structs.
This is to allow avoid an extra clone when z_take is implemented for mutable loans in the future, and avoid holding a const ref value, preventing mutable access to shared memory in zenoh-c.
The text was updated successfully, but these errors were encountered:
Describe the release item
Make callback closures provide mutable loaned structs.
This is to allow avoid an extra clone when z_take is implemented for mutable loans in the future, and avoid holding a const ref value, preventing mutable access to shared memory in zenoh-c.
The text was updated successfully, but these errors were encountered: