Skip to content
#

locks

Here are 114 public repositories matching this topic...

Pure C++ non stack displacement that implements cooperative multitask library for SINGLE CORE embedded development on DSPs, Microcontrollers and Processor (ARV, RISCV, ARM(all), TENSY, ESP), while also suitable for applications on Windows, Linux and MacOs and compatible with some RTOSs as well. This library allows full event driven applications while uses SMARTs LOCKS and WAIT/NOTIFY locks to also transport messages, MESSAGE BROKER is also provided (Those uses Message type size_t message and size_t tags, where tag will give meaning to the message). That implementation also introduce thread safe QUEUE (full object) and smart_ptr (to allow better implementation on minimal environment)

  • Updated Feb 14, 2022
  • C++

Improve this page

Add a description, image, and links to the locks topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the locks topic, visit your repo's landing page and select "manage topics."

Learn more