Skip to content

KDBindings 1.1.0 - Beta 1

Pre-release
Pre-release
Compare
Choose a tag to compare
@LeonMatthesKDAB LeonMatthesKDAB released this 19 Jan 13:10
· 46 commits to main since this release
aa3c8eb

With this release KDBindings gains an important feature: The ability to use Signals and slots over multiple threads.
To easily integrate this with any event loop and framework, the ConnectionEvaluator can be used to precisely control when the slots of a connection are executed.

As there is still some discussion over what the best behavior for disconnecting such a connection is, this is a beta release for now.

What's Changed

  • Feature: ConnectionEvaluator for deferred Signal/Slot evaluation and easy integration into multi-threaded environments (#48)
  • Feature: Add ScopedConnection for RAII-style connection management (#31)

New Contributors

Full Changelog: v1.0.4...v1.1.0-beta.1