Skip to content

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

@Mr-Ao-Dragon

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions