I’ve encountered this issue when I tried something...
# announcements
m
I’ve encountered this issue when I tried something like this:
Copy code
someRunnablesList.add(()->{});
// and later:
someRunnablesList.remove(()->{});
So I started digging why it’s not working as expected. It was very interesting and educational issue simple smile