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 writer take z_bytes_t by move, instead of by mutable reference.
Provide a method, taking writer by move and returning resulting bytes, once all writes are done.
This is to prevent creating several writers for a single z_bytes instance and also avoid side effects when cloning z_bytes.
The text was updated successfully, but these errors were encountered:
Describe the release item
Make writer take z_bytes_t by move, instead of by mutable reference.
Provide a method, taking writer by move and returning resulting bytes, once all writes are done.
This is to prevent creating several writers for a single z_bytes instance and also avoid side effects when cloning z_bytes.
The text was updated successfully, but these errors were encountered: