Skip to content

Conversation

Ryanforce08
Copy link

No description provided.

"""
Add a callback to run at a specific period with a starting time offset.
This is scheduled with MagicRobot's loop, so MagicRobot and the callback run synchronously.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think that's true, notifiers run on a different thread.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Indeed. And until we're running freethreaded we definitely don't want to be adding more threads running Python code.

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.

3 participants