X Tutup
Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

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 then explain the two major approaches to deal with concurrency in the driver.

Lastly, we briefly touch on the event bus, which is used to decouple some of the internal components through asynchronous messaging.

X Tutup