ivanseidel / LinkedList

🔗 A fully implemented LinkedList made to work with general Microcontrollers and Arduino projects
MIT License
347 stars 120 forks source link

Is it thread safe ? #60

Open oneandonlyonebutyou opened 2 years ago

oneandonlyonebutyou commented 2 years ago

I am thinking of using this as display controller where each item is a page , and other tasks will update the items and add it remove them ...

Is this a good lib to use