Skip to content

v1.0.0

Compare
Choose a tag to compare
@timcassell timcassell released this 30 Oct 01:58
· 1257 commits to master since this release
37a0f8b

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 AsyncOperationHandles).