Skip to content

Commit 9e66482

Browse files
committed
add a release note for cancellable web tasks
1 parent 59cdbb9 commit 9e66482

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
title: Dropping Tasks in Web Builds
3+
pull_requests: [21795]
4+
---
5+
6+
Dropping a `Task<T>` in a web build now cancels it, call `Task<T>::detach()` to keep the old behavior.
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
title: Cancellable Web Tasks
3+
authors: ["@NthTensor","@Gingeh"]
4+
pull_requests: [21795]
5+
---
6+
7+
Async Tasks can now be cancelled in web builds,
8+
this brings the web implementation's behavior into line with native builds.

0 commit comments

Comments
 (0)