Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create a block method #39

Open
filipesaraiva opened this issue Jun 25, 2020 · 0 comments · Fixed by #50
Open

Create a block method #39

filipesaraiva opened this issue Jun 25, 2020 · 0 comments · Fixed by #50
Assignees
Labels
enhancement New feature or request

Comments

@filipesaraiva
Copy link
Contributor

Currently PADE does not have a method to block the behaviour execution. In the context of a CyclicBehaviour, the behaviour will run the operations without suspension, increasing the use of computer processing.

A block message to suspend the behaviour for some time or while some operation not happens (like, a new message arrive in the message stack) is necessary to avoid this situation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants