mirror of
https://gitlab.com/niansa/llama_any.git
synced 2025-03-06 20:48:27 +01:00
Fixed typo
This commit is contained in:
parent
f303aca0c9
commit
844872fb71
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ void AsyncManager::cleanFutureMap(SockFutureMap& map) {
|
||||||
|
|
||||||
void AsyncManager::run() {
|
void AsyncManager::run() {
|
||||||
while (!stopping && runtime.cooperate()) {
|
while (!stopping && runtime.cooperate()) {
|
||||||
// We should stop once there is nothihng left to do
|
// We should stop once there is nothing left to do
|
||||||
if (sockReads.empty() && sockWrites.empty()) [[unlikely]] {
|
if (sockReads.empty() && sockWrites.empty()) [[unlikely]] {
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue