Previous: Automake, Up: Preparation [Contents][Index]
The libassuan library is designed so that it can be used in a
threaded application, if some rules are followed.
assuan_set_gpg_err_source, assuan_set_malloc_hooks and
assuan_set_log_cb should not be called concurrently with
assuan_new. Use assuan_new_ext instead or ensure proper
serialization.
libassuan context.
assuan_set_assuan_log_stream to setup a default log stream.
libassuan does not serialize invocation of callback functions
across contexts.