anthonysharpy / sandbank

Sandbank is the easy-to-use database for s&box.
Other
8 stars 0 forks source link

Replace RunInThreadAsync #60

Closed anthonysharpy closed 1 week ago

anthonysharpy commented 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

anthonysharpy commented 1 week ago

Then again this assumes Facepunch haven't done something weird to the threadpool

anthonysharpy commented 1 week ago

Think it just makes the code simpler, and RunInThreadAsync has never really worked properly anyways