#1420 closed enhancement (fixed)
Event manager
Reported by: | ming | Owned by: | nanang |
---|---|---|---|
Priority: | normal | Milestone: | release-2.0-beta |
Component: | pjmedia | Version: | trunk |
Keywords: | Cc: | ||
Backport to 1.x milestone: | Backported: |
Description
Add support for creating an event manager that will accept subscription/unsubscription and event publication. Application has two options when using the event publication API, it can directly distribute the events to the manager's subscribers or ask the event manager to do the distribution using worker thread instead.
Change History (7)
comment:1 Changed 13 years ago by ming
- Resolution set to fixed
- Status changed from new to closed
comment:2 Changed 13 years ago by bennylp
comment:3 Changed 13 years ago by ming
comment:4 Changed 13 years ago by ming
comment:5 Changed 13 years ago by ming
comment:6 Changed 13 years ago by ming
comment:7 Changed 13 years ago by ming
Note: See
TracTickets for help on using
tickets.
(In [3893]) Closed #1420: Add support for event manager