async_context_threadsafe_background_init() function
Initialize an async_context_threadsafe_background instance using the specified configuration If this method succeeds (returns true), then the async_context is available for use and can be de-initialized by calling async_context_deinit().
Arguments
self
a pointer to async_context_threadsafe_background structure to initialize
config
the configuration object specifying characteristics for the async_context
Return value
true if initialization is successful, false otherwise