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 toSystem.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 implementsIAsyncReactiveProperty
- Fix
IUniTaskAsyncEnumerable.Timer
is not over
Breaking Changes
AsyncReactiveProperty
produce current value at first