Dispatch at least one callback, blocking until the callback is dispatched.
CONFDB_DISPATCH_ALL
Dispatch all waiting callbacks without blocking to wait for any callbacks.
CONFDB_DISPATCH_BLOCKING
Dispatch all callbacks blocking indefinitely. This is used in a threaded
program where a thread is created, and then confdb_dispatch() is called immediately
from the created thread to execute callbacks.
RETURN VALUE
This call returns the CONFDB_OK value if successful, otherwise an error is returned.