Skip to content

Registre

Kubat requested to merge registre into master

Implement a kind of thread safe register with store, ask and tryask commands. This is juste a map int->void*.

This is intending to be used where an information about the running mpv instance is not always available when asking it. This is a kind of promise implementation in C for lektor.

Solves #16 (closed)

Edited by Kubat

Merge request reports