-
Notifications
You must be signed in to change notification settings - Fork 19
Open
Labels
code qualityImprovments around code quality without functional changesImprovments around code quality without functional changes
Description
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".
coderabbitai
Metadata
Metadata
Assignees
Labels
code qualityImprovments around code quality without functional changesImprovments around code quality without functional changes