timcassell / ProtoPromise

Robust and efficient library for management of asynchronous operations in C#/.Net.
MIT License
136 stars 13 forks source link

Set `State` before handle next #391

Closed timcassell closed 4 months ago

timcassell commented 4 months ago

Removed volatile modifier from _state.

timcassell commented 4 months ago

I'm not sure why IL2CPP fails in Unity 2021, and I don't think the changes are worth investigating any further. Benchmarks showed negligible difference anyway, so I'm closing this out.