how to implement multitheading in c#?
-
or maybe how should i approach it if u have any information just post it here . how to deal with corss heading variable ex. any information u have could be useful
-
microsoft has a nice documentation for threading
https://docs.microsoft.com/en-us/dotnet/standard/threading/using-threads-and-threading
-
I made a custom threading system for OB2 which I'm gonna release as a separate nuget package along with documentation