mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-17 15:29:05 +00:00
Merge "stasis: Clarify lifetime of topics." into 13
This commit is contained in:
@@ -483,6 +483,11 @@ struct stasis_topic;
|
||||
* \return New topic instance.
|
||||
* \return \c NULL on error.
|
||||
* \since 12
|
||||
*
|
||||
* \note There is no explicit ability to unsubscribe all subscribers
|
||||
* from a topic and destroy it. As a result the topic can persist until
|
||||
* the last subscriber unsubscribes itself even if there is no
|
||||
* publisher.
|
||||
*/
|
||||
struct stasis_topic *stasis_topic_create(const char *name);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user