Commit d90b9f58 authored by Ian Roddis's avatar Ian Roddis

Removing std::deque note

parent 10e25a82
......@@ -195,11 +195,6 @@ private:
std::shared_ptr<Peer> peer;
};
/* @Incomplete: this should be a std::dequeue.
If an asyncWrite on a particular fd is initiated whereas the fd is not write-ready
yet and some writes are still on-hold, writes should queue-up so that when the
fd becomes ready again, we can write everything
*/
PollableQueue<WriteEntry> writesQueue;
std::unordered_map<Fd, std::deque<WriteEntry> > toWrite;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment