Sync vs Async - GhostLabsAB/Examples GitHub Wiki

Best practice when choosing which methods to override is to go with all Sync methods, or all Async. You can combine to override from both but it is not advised. All adapter methods have both implementations available.