Skip to content

Conversation

@LuantistDork
Copy link
Contributor

@LuantistDork LuantistDork commented Dec 20, 2025

Summary: execute_queues assumes the behaviour it just ran is the first in the list, this is not necessarily true and a higher priority behaviour could have taken its place.

@wsor4035
Copy link
Contributor

i wonder if there is a way to do this without cycling over the whole queue - probably not. anyways your nesting is off

@LuantistDork
Copy link
Contributor Author

woops... one sec

@LuantistDork
Copy link
Contributor Author

there we go, should be good

@LuantistDork
Copy link
Contributor Author

also the iterator shouldn't be too horrible on performance since it breaks once it finds the function, and most cases it only iterates once.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants