FabianTerhorst / coreclr-module

Old alt:V CoreClr (.NET Core Common Language Runtime) community made module. New: https://github.com/altmp/coreclr-module

Home Page:https://docs.altv.mp/cs/index.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Async merge

zziger opened this issue · comments

"Main" API should become async by default, AltV.Net.Async should be left as an empty deprecated NuGet.
This would help reduce internal implementation complexity (leading to less bugs) and simplify module usage for new developers, as the old "sync" API can lead to numerous bugs if not used correctly.