Project goals summary The goal is to make easy the use of sync + async code. Sync code can be left unchanged but become async automatically if it calls async code (and is called by a future) !!! You will see in the examples the the sync and async methods mix perfectly. Async tasks … Continue reading Contextual Async
