roll: pigweed pw_async2: Provide default template type for PendFuncTask
The common case seems likely to be a pw::Function with the right
signature. Since the compiler won't deduce template arguments for
non-static class members this simplifies have a PendFuncTask as a class
member.
Original-Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/242918
Original-Revision: eb03d32b80c25d59000d86fc8417cce91cbc243a
Rolled-Repo: https://pigweed.googlesource.com/pigweed/pigweed
Rolled-Commits: 57183dee645126..eb03d32b80c25d
Roll-Count: 1
Roller-URL: https://ci.chromium.org/b/8733806427438010753
GitWatcher: ignore
CQ-Do-Not-Cancel-Tryjobs: true
Change-Id: I01d8f3e98fa9ac7fd04ebcb2496e0fbc360605e7
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/showcase/sense/+/242675
Bot-Commit: Pigweed Roller <pigweed-roller@pigweed-service-accounts.iam.gserviceaccount.com>
Commit-Queue: Pigweed Roller <pigweed-roller@pigweed-service-accounts.iam.gserviceaccount.com>
Lint: Lint 🤖 <android-build-ayeaye@system.gserviceaccount.com>
diff --git a/MODULE.bazel b/MODULE.bazel
index 7412959..e359741 100644
--- a/MODULE.bazel
+++ b/MODULE.bazel
@@ -49,8 +49,8 @@
module_name = "pigweed",
# ROLL: Warning: this entry is automatically updated.
# ROLL: Last updated 2024-10-17.
- # ROLL: By https://cr-buildbucket.appspot.com/build/8733807452911354513.
- commit = "57183dee645126c67dcccbb479c730492ef168f6",
+ # ROLL: By https://cr-buildbucket.appspot.com/build/8733806427438010753.
+ commit = "eb03d32b80c25d59000d86fc8417cce91cbc243a",
remote = "https://pigweed.googlesource.com/pigweed/pigweed",
)
@@ -58,8 +58,8 @@
module_name = "pw_toolchain",
# ROLL: Warning: this entry is automatically updated.
# ROLL: Last updated 2024-10-17.
- # ROLL: By https://cr-buildbucket.appspot.com/build/8733807452911354513.
- commit = "57183dee645126c67dcccbb479c730492ef168f6",
+ # ROLL: By https://cr-buildbucket.appspot.com/build/8733806427438010753.
+ commit = "eb03d32b80c25d59000d86fc8417cce91cbc243a",
remote = "https://pigweed.googlesource.com/pigweed/pigweed",
strip_prefix = "pw_toolchain_bazel",
)