roll: pigweed pw_async2: Add EnqueueHeapFunc
This function is designed to allow for easy
transition from heap-allocated callback-based APIs or uses of
the deprecated pw::async HeapDispatcher.
Original-Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/242035
Original-Revision: 068949bbe9f8a5a03d9b44ae740461c4c01691ca
Rolled-Repo: https://pigweed.googlesource.com/pigweed/pigweed
Rolled-Commits: cbbb308a79ca88..068949bbe9f8a5
Roll-Count: 1
Roller-URL: https://ci.chromium.org/b/8733898539003734977
GitWatcher: ignore
CQ-Do-Not-Cancel-Tryjobs: true
Change-Id: I86bbca0d383411e2fc724a022926692fb59e6738
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/showcase/sense/+/242733
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 5fdf41a..2876985 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-16.
- # ROLL: By https://cr-buildbucket.appspot.com/build/8733901615852408641.
- commit = "cbbb308a79ca8870e2e92b15b78d8c66a4ef7517",
+ # ROLL: By https://cr-buildbucket.appspot.com/build/8733898539003734977.
+ commit = "068949bbe9f8a5a03d9b44ae740461c4c01691ca",
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-16.
- # ROLL: By https://cr-buildbucket.appspot.com/build/8733901615852408641.
- commit = "cbbb308a79ca8870e2e92b15b78d8c66a4ef7517",
+ # ROLL: By https://cr-buildbucket.appspot.com/build/8733898539003734977.
+ commit = "068949bbe9f8a5a03d9b44ae740461c4c01691ca",
remote = "https://pigweed.googlesource.com/pigweed/pigweed",
strip_prefix = "pw_toolchain_bazel",
)