BeeStation-Hornet icon indicating copy to clipboard operation
BeeStation-Hornet copied to clipboard

Replace template.load with template.load_async

Open PowerfulBacon opened this issue 5 months ago • 1 comments

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 avatar Sep 19 '24 06:09 PowerfulBacon