member looping_ of EventLoop class seem to be unnecessary #719
tothedistance
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
it seems to me that the member variable
looping_
ofEventLoop
is not useful. we can combinelooping_
andquit
into one variable and avoid the problem of callingquit()
beforeloop()
.Beta Was this translation helpful? Give feedback.
All reactions