Scenic.PubSub.unsubscribe
You're seeing just the function
unsubscribe
, go back to Scenic.PubSub module for more information.
Specs
unsubscribe(source_id :: atom()) :: :ok
Unsubscribe the calling process from receive events about a data source.
The caller will stop receiving events about a data source
Parameters
source_id
an atom that is registered to a data source.
Return Value
Returns :ok