Function Connection.hasPending
Gets whether anything (rows, headers or binary) is pending.
New commands cannot be sent on a conncection while anything is pending.
Prototype
bool hasPending() pure nothrow @property const;
Gets whether anything (rows, headers or binary) is pending.
New commands cannot be sent on a conncection while anything is pending.
bool hasPending() pure nothrow @property const;