willneedit / Arteranos

VR social app in a decentralized server-client model
Mozilla Public License 2.0
2 stars 1 forks source link

Refactoring the use of remote resources #159

Closed willneedit closed 3 weeks ago

willneedit commented 2 months ago

Objects like...

... heavily depends on remote resources, mainly from IPFS. Using AsyncLazy>> makes it much more easier to implement, dealing numerous potential errors.

willneedit commented 2 months ago

Related to #133

willneedit commented 2 months ago

Maybe retiring AsyncOperation, to move the affected logic to their respective classes...? 🤔