Membrane.Sync.start_link
You're seeing just the function
start_link
, go back to Membrane.Sync module for more information.
Specs
start_link([{:empty_exit?, boolean()}], GenServer.options()) :: GenServer.on_start()
Starts a Sync process linked to the current process.
Options
- :empty_exit? - if true, Sync automatically exits when all the registered processes exit; defaults to false