Skip to content

fix: use thread queue for cbus std instead of condvar

Bogdan Berezovskiy requested to merge bberezovskiy/fix-std-cbus into master

Summary

Closes #228 (closed)

Fixes broken functionality of waking thread which is ready to send data to free space in buffer after it's lock.

Ensure that

  • New code is covered by tests
  • API is documented
  • Changelog is up to date
  • Version is bumped in the appropriate Cargo.toml files
Edited by Bogdan Berezovskiy

Merge request reports