Creates or advertises a dispatcher.
pas_dispatcher_t *pas_dispatcher_new (void *disp);
dispcx |
The dispatcher context. If NULL,to start dispatching notifications, the application must call pas_dispatch. If not NULL, the dispatcher is a libasync dispatcher. |
The dispatcher to use when creating publishers or subscribers (pas_dispatcher_t).