All notable changes to this package will be documented in this file.
The format is based on Keep a Changelog
- Unit test for
CoroutineTask.Delay()
method. - Methods and property for creating already finished tasks:
CoroutineTask.CompletedTask
.CoroutineTask.FromCancelled
andCoroutineTask.FromCancelled<T>
CoroutineTask.FromException
andCoroutineTask.FromException<T>
CoroutineTask.FromResult<T>
This is the first release of CoroutineEx.