Edit of asset "Gsom Loader" Accepted

Old/Current New/Edit
Title Gsom Loader
Description A threaded async loader for Godot resources.
Loads a resource in another thread and emits signals.

There is a singleton `GsomLoader` - a concurrent loader.
And it is possible to create any number of queued loaders - `GsomLoadQueue`. Both have similar APIs.

```
GsomLoader.finished_load.connect(_handleResource)
GsomLoader.changed_progress.connect(_handleProgress)
GsomLoader.failed_load.connect(_handleFail)

GsomLoader.load_async("res://test.tscn")
```

See GitHub readme or the root example.gd for more details.
https://github.com/raub/gsom_loader
A threaded async loader for Godot resources.
Loads a resource in another thread and emits signals.

There is a singleton `GsomLoader` - a concurrent loader.
And it is possible to create any number of queued loaders - `GsomLoadQueue`. Both have similar APIs.

```
GsomLoader.finished_load.connect(_handleResource)
GsomLoader.changed_progress.connect(_handleProgress)
GsomLoader.failed_load.connect(_handleFail)

GsomLoader.load_async("res://test.tscn")
```

See GitHub readme or the root example.gd for more details.
https://github.com/raub/gsom_loader
Category Scripts
License MIT
Repository Provider GitHub
Repository Url https://github.com/raub/gsom_loader
Issues Url https://github.com/raub/gsom_loader/issues
Godot version Godot 4.4
Version String 1.0.1 1.0.1
Download Commit b07e46d21b77a97b01407c0d2bc09b4eb7813677 b07e46d21b77a97b01407c0d2bc09b4eb7813677
Download Url (Computed) https://github.com/raub/gsom_loader/archive/b07e46d21b77a97b01407c0d2bc09b4eb7813677.zip https://github.com/raub/gsom_loader/archive/b07e46d21b77a97b01407c0d2bc09b4eb7813677.zip
Icon Url https://raw.githubusercontent.com/raub/gsom_loader/0.0.1/icon.png