mirror of
https://gitlab.com/niansa/llama_nds.git
synced 2025-03-06 20:53:28 +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() {
|
||||
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]] {
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue