Dendrite supports both Sync and Async
AsyncDendrite
from dendrite
and use it just like you would use the Dendrite
class. It has all the same methods and all classes that stem from it will also be Async, like AsyncPage
.
asyncio
library makes this straightforward in Python.