Skip to content

Find a way to make using select less likely to starve a receiver #72

@leandro-lucarella-frequenz

Description

Currently if elif or break is used when handling ready receivers is used, it could starve the receivers that come after it, which is not a good thing.

Ideally we should find a way to either forbid the use of elif or break or revisit #27.

Originally posted by @leandro-lucarella-frequenz in #62 (comment)

Metadata

Metadata

Assignees

No one assigned

    Labels

    part:synchronizationAffects the synchronization of multiple sources (`select`, `merge`)type:enhancementNew feature or enhancement visitble to users

    Type

    No type

    Projects

    Status

    Done

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions