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 · 0 comments
Open

Replace template.load with template.load_async #11525

PowerfulBacon opened this issue Sep 19, 2024 · 0 comments
Assignees

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
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

No branches or pull requests

1 participant