modules/pubsub: Use queue of events

This updates the pubsub system to have a queue of N events instead of
just one, and removes the blocking Publish operation in favor of a
fallible, non-blocking API.

Change-Id: I0f79b2218fa52b6a568a230455e9fd2e22419dec
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/showcase/rp2/+/220779
Reviewed-by: Wyatt Hepler <hepler@google.com>
Commit-Queue: Alexei Frolov <frolv@google.com>
Presubmit-Verified: CQ Bot Account <pigweed-scoped@luci-project-accounts.iam.gserviceaccount.com>
Lint: Lint 🤖 <android-build-ayeaye@system.gserviceaccount.com>
3 files changed
tree: f8b6c4a3b2242f1340e107ba309b25ec491e3e2a
  1. .vscode/
  2. apps/
  3. device/
  4. modules/
  5. system/
  6. targets/
  7. tools/
  8. .bazelignore
  9. .bazelrc
  10. .bazelversion
  11. .clang-format
  12. .gitignore
  13. AUTHORS
  14. BUILD.bazel
  15. CONTRIBUTING.md
  16. LICENSE
  17. OWNERS
  18. pigweed.json
  19. README.md
  20. WORKSPACE
README.md

Pigweed Open Source Template Repository

This repository is a template that we will use when creating new open source repositories for Pigweed.