afonsolage / projekto

Voxel game made with Bevy Engine
MIT License
59 stars 4 forks source link

Use IoTaskPool to do Io related tasks #41

Closed afonsolage closed 2 years ago

afonsolage commented 2 years ago

Currently genesis does chunk loading and saving on AsyncComputeTaskPool which isn't a good ideia. Instead, we should use IoTaskPool for this purpose.