Closed Harmon758 closed 5 years ago
Err, what's the change?
0.o im sorry, it seems my suggestion comment on the review got dropped.
basically drop the lambda expression.
self.eventloop.call_soon(self.eventloop.stop)
I don't see any reason for having a lambda here, and it only seems to increase complexity. Since we are touching this line anyways, we may as well remove it.
I did a small test and it behaves the same with and without the lambda
Yeah, it's unnecessary. Done.
Properly schedules stopping the event loop Fixes #99