Skip to content

Multithreaded dependency loading through agnostic API #2

@Nebula-Developer

Description

@Nebula-Developer

Because different platforms have varying requirements and implementations for multithreaded functionality, we need a strict set of interfaces (e.g. IPlatformResourceLoader) to determine how a resource will be loaded. This will typically involve one of the following approaches:

  • Loading on the main thread, likely within the Update method.
  • Using a thread pool to handle tasks, distributing the load across multiple threads.

The primary consideration is the response type, which should neither block threads nor be executed on its own thread. (TaskCompletionSource)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions