0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-09-29 12:18:54 +02:00

ircd::util::callbacks: Add note to comment.

This commit is contained in:
Jason Volk 2019-09-27 21:40:19 -07:00
parent 8259ac6a31
commit 98d04ebb2f

View file

@ -18,7 +18,9 @@ inline namespace util
/// browser-javascript land: it is window.onload.addEventListener() in lieu
/// of assigning window.onload = function(). This is a list of multiple
/// 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
/// to the caller. If they propagate, all listeners after the exception won't