pw_async2: Rename Poll<>::OutputType to Poll<>::value_type - pw::async2::Poll's semantics match std::optional<T>, so use value_type instead of OutputType to better align with std::optional. - Refer to value_type instead of the template parameter T. Change-Id: If4f1c357e91844c97d0aeb32f81aea057fd631e5 Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/313493 Docs-Not-Needed: Wyatt Hepler <hepler@google.com> Lint: Lint 🤖 <android-build-ayeaye@system.gserviceaccount.com> Pigweed-Auto-Submit: Wyatt Hepler <hepler@google.com> Reviewed-by: Alexei Frolov <frolv@google.com> Commit-Queue: Wyatt Hepler <hepler@google.com>
Pigweed is an open source collection of embedded-targeted libraries–or as we like to call them, modules. These modules are building blocks and infrastructure that enable faster and more reliable development on small-footprint MMU-less 32-bit microcontrollers like the STMicroelectronics STM32L452 or the Nordic nRF52832.
For more information please see our website: https://pigweed.dev/.