timcassell / ProtoPromise

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

Add `PromiseYielder.{WaitForUpdate, WaitForLateUpdate}` APIs #334

Closed timcassell closed 7 months ago

timcassell commented 7 months ago

Fixed exceptions when using PromiseYielder before the PromiseBehaviour is initialized. Added PromiseYielder.{WaitForUpdate, WaitForLateUpdate} APIs. Changed return types of PromiseYielder.{WaitForFixedUpdate, WaitForEndOfFrame}. Added try/catch around instruction execution.