mirror of
https://github.com/matrix-construct/construct
synced 2024-11-17 07:20:55 +01:00
ircd::util::callbacks: Add note to comment.
This commit is contained in:
parent
8259ac6a31
commit
98d04ebb2f
1 changed files with 3 additions and 1 deletions
|
@ -18,7 +18,9 @@ inline namespace util
|
||||||
/// browser-javascript land: it is window.onload.addEventListener() in lieu
|
/// browser-javascript land: it is window.onload.addEventListener() in lieu
|
||||||
/// of assigning window.onload = function(). This is a list of multiple
|
/// of assigning window.onload = function(). This is a list of multiple
|
||||||
/// callbacks listening for invocation. The listener is responsible for
|
/// callbacks listening for invocation. The listener is responsible for
|
||||||
/// both adding and removing itself using the std list interface.
|
/// both adding and removing itself using the std list interface (Note:
|
||||||
|
/// convenience templates for this which elide as much boilerplate as
|
||||||
|
/// possible have been provided below).
|
||||||
///
|
///
|
||||||
/// The template provides an option for whether exceptions should propagate
|
/// The template provides an option for whether exceptions should propagate
|
||||||
/// to the caller. If they propagate, all listeners after the exception won't
|
/// to the caller. If they propagate, all listeners after the exception won't
|
||||||
|
|
Loading…
Reference in a new issue