调用List的erase函数后,为何其中元素的定时器仍然能生效 #204
Unanswered
VansamaZWT
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
如题,我先对list中的一个元素设置了一个定时器,在之后,我使用了erase函数。理论上,该元素的动态内存空间将被释放,但在实际运行过程中,这个定时器还在生效,这让我很费解,希望能的到解答。
Beta Was this translation helpful? Give feedback.
All reactions