mirror of
https://github.com/halleysfifthinc/AVCLAN-Mockingboard.git
synced 2026-08-28 00:00:13 +00:00
Shorten time to next phy_active check (early continue)
This commit is contained in:
@@ -100,6 +100,8 @@ int main() {
|
|||||||
.binary = printBinary});
|
.binary = printBinary});
|
||||||
if (auto next = peripheral.react(std::move(result)))
|
if (auto next = peripheral.react(std::move(result)))
|
||||||
outgoing.push(std::move(next));
|
outgoing.push(std::move(next));
|
||||||
|
|
||||||
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
// stdin must be non-blocking: yielding EOF when idle/empty
|
// stdin must be non-blocking: yielding EOF when idle/empty
|
||||||
|
|||||||
Reference in New Issue
Block a user