{
"$type": "site.standard.document",
"bskyPostRef": {
"cid": "bafyreiddwlkhypyo6n4kjxia7pn77rp6pzm5qaolusztfh3qh6yfjalxdu",
"uri": "at://did:plc:nfto3lv2rcs5s7h7digotzlu/app.bsky.feed.post/3mfwt4zt5xw22"
},
"coverImage": {
"$type": "blob",
"ref": {
"$link": "bafkreig7saeenw6c3prrms24e2bpcmq7mskq26az4ajg73ufx33cf4gf2a"
},
"mimeType": "image/png",
"size": 32236
},
"path": "/packages/multitasking",
"publishedAt": "2026-02-28T18:10:48.926Z",
"site": "https://pub.dev",
"textContent": "Cooperative multitasking using asynchronous tasks, with support for forced task termination with `onExit` handlers. Changelog excerpt: - Fixed a bug that did not take into account that in Dart, a function cannot return a `Future>`result. Dart automatically `flattens`this value to `Future`. - Changed signature of the following methods in the `Task`class: `Future> run()`, `Future start()`to `Task run()`, `void start()`. First method (`run`) was changed because Dart blocks `Future> Task.run)`until the task completes, the second method (`start`) was changed to be consistent with the first.",
"title": "v1.1.0 of multitasking",
"updatedAt": "2026-02-28T17:53:27.802Z"
}