TexHik Posted August 7, 2020 Posted August 7, 2020 Is there any way to disable "safe threading aka NAPI.Task.Run" and use REAL Tasks/Threads? Or i need to get any locker from NAPI.Task.Run so i can check is it executed (blocking tasks) is there any way including RAGEMP recompiling using something like dnSpy/DotPeek?
Zepenthium Posted August 12, 2020 Posted August 12, 2020 I don't know if I understand u correctly. U want use a second/multiple thread/threading? If I understand it correctly here's the answer: U can use the thread of the server from the Api and console. U can ofcourse use an own thread in c#. Thereforce its the best language cause ur not limited by the Api. U can use all things of C#. Zepenthium~
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now