Skip to content

v1.1.0

Compare
Choose a tag to compare
@PG1003 PG1003 released this 24 Mar 22:05
· 71 commits to master since this release

Observer v1.1.0

  • The destructor of subject now calls the disconnect of its observers in the reversed order the in which observers were connected.
  • Refactored the connection handle.
  • Made pg::invoke part of the public API.
  • Added doxygen documentation for the public API.
  • Changed the observer interface to allow custom observer types.