Skip to content
Snippets Groups Projects
Commit 1adc5f72 authored by Nicolò Caruso's avatar Nicolò Caruso
Browse files

[Buffered-flash-backend] Created the buffered flash backend class

BufferedFlashBackend is a class to manage the concurrency and decouple the backend and frontend.
It uses buffer in such way that while writing to the backend, the write function is not blocking and can be called while there is a write to the backend.
parent ff18abd0
No related branches found
No related tags found
No related merge requests found
Pipeline #8066 failed