Module shared

Module shared 

Source
Expand description

§Shared connection support for backends

The MakeShared trait defines how to create shared backend instances, potentially with configuration options. This allows for flexible and reusable backend implementations that can be easily integrated into different parts of an application.

§Features:

  • MakeShared trait: Defines methods for creating shared backend instances, with or without configuration.
  • Support for various backend types, enabling code reuse and consistency across workers.
  • Performance optimizations by allowing backends to reuse connections and resources.

Traits§

MakeShared
Trait for creating shared backend instances