[NFC][Coroutines] Use structured binding with llvm::enumerate in CoroSplit (#116879)
[llvm-project.git] / lldb / bindings / interface / SBBroadcasterDocstrings.i
blobe6f889bdf74504f4887966bfdb39ae9d686c9bdc
1 %feature("docstring",
2 "Represents an entity which can broadcast events.
4 A default broadcaster is
5 associated with an SBCommandInterpreter, SBProcess, and SBTarget. For
6 example, use ::
8 broadcaster = process.GetBroadcaster()
10 to retrieve the process's broadcaster.
12 See also SBEvent for example usage of interacting with a broadcaster."
13 ) lldb::SBBroadcaster;