refactor: internal data structures and introduce release function

  • Refactors internal data structures a bit. (Not there are only Field and Event objects, where Event is only a thin wrapper around Field for the API)
  • Introduces a release function to the Event class to make it possible to release the buffer early, such that the get-thread can already start the new get call (if the put is finished as well).

Merge request reports

Loading