Skip to content

[feat]: 下载汉化包时使用异步线程 #64

Description

@Mr-Ao-Dragon

现在下载汉化时会直接阻塞主线程,希望可以改成这种形式

flowchart TD
    1["start game"]
    2["mod initialize"]
    a[download i18n resources]
    3["other things"]
    4[finish launch event]
    b["apply resources"]
    5["finish launch"]
    

    1 --> 2 --> 3
    2 --> a --> 4
    3 --> 4 --> b --> 5
Loading

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions