Implement basic network flow control (#2803)

Co-authored-by: Cameron Gutman <aicommander@gmail.com>
This commit is contained in:
ns6089
2024-07-11 03:03:16 +03:00
committed by GitHub
parent 6607a28a68
commit 037c61dc99
9 changed files with 352 additions and 101 deletions
+2 -1
View File
@@ -606,7 +606,8 @@ namespace util {
return _deleter;
}
explicit operator bool() const {
explicit
operator bool() const {
return _p != nullptr;
}