Implemented class StreamBuffer, which I'm quite satisfied with.
This commit is contained in:
@@ -76,7 +76,7 @@ private:
|
||||
int64_t next_batch_;
|
||||
int64_t next_id_;
|
||||
int queue_fill_;
|
||||
friend int cunittests_idalloc(lua_State *L);
|
||||
friend int unittests_idalloc(lua_State *L);
|
||||
|
||||
public:
|
||||
// Construct and destroy global pools. Note that after constructing
|
||||
|
||||
Reference in New Issue
Block a user