Skip to content

Draft - Multi-Threaded bindings #22

@LeonMatthesKDAB

Description

@LeonMatthesKDAB

Use Thread 1 with normal signal evaluation to mark a binding as dirty.

Then have all the dependent properties associated with a BindingEvaluator.
This binding evaluator would then be evaluated by Thread 2 (typically GUI Thread), so the evaluation actually happens on a separate thread.

For this to work the following would need to be thread-safe:

  1. Marking of a binding as dirty.
  2. Reading from a Property & updating the bindings internal cache
  3. Disconnecting/Connecting of Signals when creating a Binding

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requestquestionFurther information is requested

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions