Mir

Code review comment for lp:~vanvugt/mir/async-is-not-sync

Revision history for this message
Alberto Aguirre (albaguirre) wrote :

To add more things that use mir:

Kodi also uses *_sync functions...

content-hub uses apis in a synchronous fashion:
mir_wait_for(mir_prompt_session_new_fds_for_prompt_providers(
        d->m_mirSession, 1, client_fd_callback, d));

« Back to merge proposal