Implement basic network flow control (#2803)
Co-authored-by: Cameron Gutman <aicommander@gmail.com>
This commit is contained in:
+2
-1
@@ -606,7 +606,8 @@ namespace util {
|
||||
return _deleter;
|
||||
}
|
||||
|
||||
explicit operator bool() const {
|
||||
explicit
|
||||
operator bool() const {
|
||||
return _p != nullptr;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user