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

Replace template.load with template.load_async #11525

Open
PowerfulBacon opened this issue Sep 19, 2024 · 1 comment
Open

Replace template.load with template.load_async #11525

PowerfulBacon opened this issue Sep 19, 2024 · 1 comment
Assignees
Labels

Comments

@PowerfulBacon
Copy link
Member

Our map loading system is commonly ported wrong because I made the mistake of not renaming the proc. We should have 2 procs:

  • load, which loads and sleeps until the loading is finished
  • load_async, which returns a task. This should deprecate returning map_loader and unify tasks and map loaders.
@PowerfulBacon PowerfulBacon self-assigned this Sep 19, 2024
Copy link

This issue has been inactive for long enough to be automatically marked as stale. If this was a bug report and hasn't been addressed yet, and is still a problem, please don't hesitate to notify a maintainer.

@github-actions github-actions bot added the Stale label Oct 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant