commit | 4d00e9538e56f938a95fc90c03ef0bcb46affb35 | [log] [tgz] |
---|---|---|
author | Wyatt Hepler <hepler@pigweed.infra.roller.google.com> | Tue Oct 01 03:32:18 2024 +0000 |
committer | CQ Bot Account <pigweed-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Oct 01 03:32:18 2024 +0000 |
tree | 3f64963d1b2b0b46ac8f8606a46376429a8ce8af | |
parent | b0b7bd5e2f9000299c5be05f9459cd427c1ed8c9 [diff] |
roll: pigweed pw_thread: Make the deprecated Thread constructor private pw::Thread has been updated to take a pw::Function<void()> instead of a void(void*) function and void* argument. This change makes the deprecated constructor private. This removes it from the public API without requiring changes to pw_thread backends. A subsequent change will delete the deprecated constructor and associated classes. This is a breaking chnage. Migrate uses of the deprecated pw::Thread constructor to the pw::Function<void()> constructor. Original-Bug: b/367786892 Original-Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/236435 Original-Revision: 30bdace4866039e26a05f8baa379630e066ad660 Rolled-Repo: https://pigweed.googlesource.com/pigweed/pigweed Rolled-Commits: 4f8b0a26fdc1f7..30bdace4866039 Roller-URL: https://ci.chromium.org/b/8735313100150677793 GitWatcher: ignore CQ-Do-Not-Cancel-Tryjobs: true Change-Id: I221e673c929c182de254c100bac35c7123750c55 Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/showcase/sense/+/239041 Lint: Lint 🤖 <android-build-ayeaye@system.gserviceaccount.com> Bot-Commit: Pigweed Roller <pigweed-roller@pigweed-service-accounts.iam.gserviceaccount.com> Commit-Queue: Pigweed Roller <pigweed-roller@pigweed-service-accounts.iam.gserviceaccount.com>
git clone https://pigweed.googlesource.com/pigweed/showcase/sense
Welcome to Pigweed Sense, a tour of key Pigweed components experienced through an imagined air quality product.
Please visit Sense: An interactive tour through Pigweed to get started.