KDBindings 1.1.0 - Beta 1
Pre-release
Pre-release
LeonMatthesKDAB
released this
19 Jan 13:10
·
46 commits
to main
since this release
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
- @Waqar144 made their first contribution in #31
- @iamsergio made their first contribution in #34
- @tokoe-kdab made their first contribution in #40
- @dantti made their first contribution in #42
- @MiKom made their first contribution in #52
Full Changelog: v1.0.4...v1.1.0-beta.1