Skip to content

Releases: s-rayleigh/CoroutineEx

Suppress Throwing

21 Jun 00:54
Compare
Choose a tag to compare

Added possibility to suppress bubbling up of the exception or cancellation of specific coroutine task to the parent coroutine task by use of the .ConfigureYield(true) method

Exception and Cancellation Bubbling

20 Jun 11:14
Compare
Choose a tag to compare
  • Added exception and cancellation bubbling, so inner tasks can cancel or fault outer.
  • Added CancellationToken argument to the following methods:
    • CoroutineTask.Delay
    • CoroutineTask.TransitionByTime
    • CoroutineTask.TransitionBySpeed
  • Fix negative value direction for the CoroutineTask.TransitionByTime method

Add more doc comments

08 Apr 13:46
Compare
Choose a tag to compare

Some fixes, API changes and minor additions

08 Apr 00:00
Compare
Choose a tag to compare

Creation of Completed Tasks

06 Jan 19:19
Compare
Choose a tag to compare

Added methods for creation of already completed tasks in different states.