tree: 79882322fad5f190ba2ec17b27a1f60a5b696443 [path history] [tgz]
  1. concurrency/
  2. context/
  3. event_bus/
  4. .nav
  5. README.md
manual/developer/common/README.md

Common infrastructure

This covers utilities or concept that are shared throughout the codebase:

  • the context is what glues everything together, and your primary entry point to extend the driver.
  • we explain the two major approaches to deal with concurrency in the driver.
  • the event bus is used to decouple some of the internal components through asynchronous messaging.