baur icon indicating copy to clipboard operation
baur copied to clipboard

loader: make Loader.tasks and appTaskByName() more efficient

Open fho opened this issue 1 year ago • 0 comments

  • Loader.appTaskByName() instantiates all apps of task and only returns a single task of them.
  • Loader.tasks() calls Loader.appTaskByName() multiple times for the same app in a loop, only instantiate a task per app one time

fho avatar Apr 19 '24 13:04 fho