Skip to content

Commit

Permalink
feat README: add a note about implied noexcept for ConenctionHandler
Browse files Browse the repository at this point in the history
  • Loading branch information
itrofimow committed Dec 29, 2022
1 parent a8a73e3 commit 35d31c3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
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
=====================
Expand Down

0 comments on commit 35d31c3

Please sign in to comment.