0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-06-11 14:38:57 +02:00

ircd::aio: No need to post more than one chaser at a time.

This commit is contained in:
Jason Volk 2018-12-22 12:13:31 -08:00
parent 08c940d0df
commit 97880281f8

View file

@ -471,6 +471,9 @@ noexcept try
return;
}
if(count > 1)
return;
++sem[0];
ircd::post([]
{