v1.0.0
Bug Fixes
- Fixed PromiseMethodBuilders in non-IL2CPP builds when the TStateMachine is a struct.
- Fixed various progress bugs.
- Fixed CancelationToken.Equals(object).
Behavior changes
- Added thread checks to make sure the library is only used with one thread (in DEBUG mode only).
Misc
- Removed class restriction on PromiseYielder.WaitFor (since there are some structs that can be yielded in Coroutines, like
AsyncOperationHandle
s).