> Note that callbacks are called only when calling some brlapi function, > not in a separate thread created by brlapi or such. You can e.g. call > the brlapi_pause() function if you want callbacks to be called in a > separate thread. Thank you, this helped a lot.