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

Delay lock inits #235

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Delay lock inits #235

wants to merge 3 commits into from

Conversation

FasterSpeeding
Copy link
Owner

Summary

Checklist

  • I have run nox and all the pipelines have passed.
  • I have made unittests according to the code I have added/modified/deleted.

Related issues

@@ -2427,7 +2426,7 @@ class ComponentPaginator(ActionRowExecutor):
This is a convenience class that allows you to easily implement a paginator.
"""

__slots__ = ("_authors", "_buffer", "_index", "_iterator", "_lock")
__slots__ = ("_authors", "_buffer", "_index", "_iterator")
Copy link
Owner Author

Choose a reason for hiding this comment

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

Todo: how does locking work for components when multiple ppl are using them and do we need to bring back these locks?

@github-actions
Copy link
Contributor

github-actions bot commented Feb 12, 2023

PR Preview Action ddfa7dc4b5f8fa02675fe5da02ae15c9722367f0
🚀 Deployed preview to https://FasterSpeeding.github.io/Yuyo/pr-preview/pr-235/
on branch docs at 2023-02-14 07:17 UTC

@FasterSpeeding FasterSpeeding force-pushed the task/fix-locks branch 3 times, most recently from f51aafc to 3c6eaf3 Compare February 12, 2023 23:29
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.

1 participant