File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33## 4.0.3
44
5- - β¨ Explicit Resource Management for Task and Scope ( #1073 )
6- - π propagate unwind out of scoped()'s async teardown ( #1186 )
7- - β¨ add allSettled() operation congruent with Promise.allSettled() ( #1158 )
8- - β¨ expose Result<T > as public API ( #1149 )
9- - π Catch errors in effect.enter() ( #1179 )
10- - β»οΈ Unify task / coroutine lifecycles ( #1168 )
5+ - β¨ Explicit Resource Management for Task and Scope #1073
6+ - π propagate unwind out of scoped()'s async teardown #1186
7+ - β¨ add allSettled() operation congruent with Promise.allSettled() #1158
8+ - β¨ expose Result<T > as public API #1149
9+ - π Catch errors in effect.enter() #1179
10+ - β»οΈ Unify task / coroutine lifecycles #1168
1111
1212## 4.0.2
1313
14- - β»οΈ simplify spawn() by delegating to scope.run ( #1078 )
15- - π fix regression in resource destruction order ( #1091 )
14+ - β»οΈ simplify spawn() by delegating to scope.run #1078
15+ - π fix regression in resource destruction order #1091
1616
1717## 4.0.1
1818
19- - π fix: move all task finalization into the scope destructor ( #1085 )
20- - π fix: destroy task scope when halting to prevent memory leak ( #1081 )
19+ - π fix: move all task finalization into the scope destructor #1085
20+ - π fix: destroy task scope when halting to prevent memory leak #1081
2121
2222## 4.0.0
2323
You canβt perform that action at this time.
0 commit comments