libcr
libcr copied to clipboard
Will active_ increase gradually?
I find from the code that std::list<Coroutine*> type active_ only push_back, but not any erase or clear operations.
My question is that will active_ increase gradually after every CheckNetwork ?
Thanks in advance!
Yes,it is a bug.I will fix it later,thanks.