Skip to content

Review methods used to wait on threads #886

@mkmer

Description

@mkmer

app_rpt/apps/app_rpt.c

Lines 5499 to 5501 in 0aa5d7c

while (myrpt->tele.next != &myrpt->tele)
usleep(50000);
rpt_hangup(myrpt, RPT_PCHAN);

Review method used to wait on threads to complete -> should be possible to watch threads or signals rather than "polling".

Metadata

Metadata

Assignees

No one assigned

    Labels

    code qualityImprovments around code quality without functional changes

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions