github Cysharp/UniTask 2.0.5-rc2
Ver 2.0.5-rc2

latest releases: 2.5.10, 2.5.9, 2.5.8...
pre-release4 years ago

This version is preview, if you want to use stable version, check 1.3.1.

2.0.x has many breaking changes, see 2.0.0-preview1 release notes.

Improvement

  • Add Channel.CreateSingleConsumerUnbounded, that is equivalent to System.Threading.Channels, similar as go channel
  • Add IUniTaskAsyncEnumerable.Queue
  • Add AsyncReactiveProperty.WithoutCurrent
  • Add BindTo<TSource, TObject>(Action<TObject, TSource> bindAction)
  • Fix IUniTaskAsyncEnumerable.Take, requires one more value when terminate
  • Fix AsyncReactiveProperty does not implements IAsyncReactiveProperty
  • Fix IUniTaskAsyncEnumerable.Timer is not over

Breaking Changes

  • AsyncReactiveProperty produce current value at first

Don't miss a new UniTask release

NewReleases is sending notifications on new releases.