Kimapr
Kimapr
Looks like some sub-dependencies that are actually dependencies are not specified ``` pnpm install --prod --shamefully-hoist ``` seems to fix (shamefully)
Pretty sure you don't need one, just install it on your client and use it in singleplayer. This should work with any server-side mod.
I think [channels](https://en.wikipedia.org/wiki/Channel_(programming)), [as done in love2d](https://love2d.org/wiki/Channel) would be preferable to this.
> Minetest does not allow arbitrary thread spawning, and you have to make do with the ones that exist. Except for the emerge thread none of these should be blocked...
> There is a fixed maximum amount of async workers, so if you block one of them you risk stalling all other jobs. I think this limit should be removed....
> Due to lack of usecase I have decided to not implement a polling function. This PR is now ready. :/