Core concepts
Async Adapters
Understanding and creating asynchronous adapters in X Framework
Async Adapters
Async adapters are used for operations that require asynchronous initialization, like database connections.
Using Async Adapters
Writing an Async Adapter
To create your own async adapter, extend the AsyncAdapter
class: