Skip to content

DOMNode.workers is a confusing alias #3619

Open
@rodrigogiraoserrao

Description

@rodrigogiraoserrao

Currently, DOMNode.workers is a very confusing alias for App.workers.

When you type self.workers inside a widget, it really, really, REALLY looks like you are talking about the workers started by/associated with the given widget.
But you're actually talking about all app workers.

See #3615 (comment) for some extra context.

I suggest we rename DOMNode.workers to DOMNode.app_workers and/or make it so that DOMNode.workers retrieves all workers started by/associated with the given widget.

Metadata

Metadata

Assignees

No one assigned

    Labels

    TaskenhancementNew 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