We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59cdbb9 commit 9e66482Copy full SHA for 9e66482
release-content/migration-guides/web_tasks
@@ -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.
release-content/release-notes/web_tasks
@@ -0,0 +1,8 @@
+title: Cancellable Web Tasks
+authors: ["@NthTensor","@Gingeh"]
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