Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/anishsinha-io/multithreaded-alarm

implementation of a mulithreaded alarm
https://github.com/anishsinha-io/multithreaded-alarm

Last synced: 24 days ago
JSON representation

implementation of a mulithreaded alarm

Awesome Lists containing this project

README

        

### A multithreaded alarm

This repository implements a multithreaded alarm with a client and server thread. The client thread will not block while
the server waits for alarms. A binary queue is used to store alarms.