Skip to content

mwick83/event_queue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

event_queue

This is a simple queue implementation used to manage events. Its main purpose is to handle (asynchronous) events in a super-loop. Usually, this technique is used in non-RTOS embedded systems. Reentrancy is not supported.

The code is released under the BSD 3-clause "New" or "Revised" License (see LICENSE.md file or http://www.opensource.org/licenses/BSD-3-Clause)

About

A simple queue implementation used to manage events.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages