Closed anthonysharpy closed 1 week ago
We use RunInThreadAsync, but I don't see why we couldn't just use a regular async task. It might even be more efficient
Then again this assumes Facepunch haven't done something weird to the threadpool
Think it just makes the code simpler, and RunInThreadAsync has never really worked properly anyways
We use RunInThreadAsync, but I don't see why we couldn't just use a regular async task. It might even be more efficient