Creation of asset "C++ Cothread Support" In review
| New/Edit | |
|---|---|
| Title | C++ Cothread Support |
| Description |
Cothread, or Cooperative Threading, is an alternative way to handle signals by creating threaded handlers. These threads will cooperatively executes a code based on the state of a certain state. Check this example code on how it works and how to integrate it with your code: https://github.com/NewbySlime/godot-cothread-example NOTE: this only work for Windows. You can help cross-compiling it to another platform and testing it! |
| Category | Scripts |
| License | MIT |
| Repository Provider | Custom |
| Repository Url | https://github.com/NewbySlime/godot-cpp-cothread-plugin |
| Issues Url | https://github.com/NewbySlime/godot-cpp-cothread-plugin/issues |
| Godot version | Godot 4.6 |
| Version String | 1.0 |
| Download Commit | https://github.com/NewbySlime/godot-cpp-cothread-plugin/releases/download/1.0/cpp-cothread.zip |
| Download Url (Computed) | https://github.com/NewbySlime/godot-cpp-cothread-plugin/releases/download/1.0/cpp-cothread.zip |
| Icon Url |
https://raw.githubusercontent.com/NewbySlime/godot-cpp-cothread-plugin/main/resource/icon.png
|