Pergunta de entrevista da empresa Verkada

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

Resposta da entrevista

Sigiloso

23 de mar. de 2023

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