Question d’entretien chez Verkada

Implement a non-blocking API that wraps around a blocking API.

Réponse à la question d'entretien

Utilisateur anonyme

23 mars 2023

Use a producer/consumer thread to prevent blocking. Need mutex/semaphore to control resource access, obviously.