feat README: add a note about implied noexcept for ConenctionHandler
This commit is contained in:
parent
a8a73e31b7
commit
35d31c3afa
|
|
@ -295,6 +295,9 @@ However, this is not strictly necessary. Methods called during a handshake
|
||||||
are cached by the AMQP library, and will be executed the moment the handshake
|
are cached by the AMQP library, and will be executed the moment the handshake
|
||||||
is completed and the connection becomes ready for use.
|
is completed and the connection becomes ready for use.
|
||||||
|
|
||||||
|
And the last but not least: even though `ConnectionHandler` methods are not
|
||||||
|
marked `noexcept` explicitly, you are not expected to throw from them, and
|
||||||
|
the behaviour is undefined if you do so.
|
||||||
|
|
||||||
PARSING INCOMING DATA
|
PARSING INCOMING DATA
|
||||||
=====================
|
=====================
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue