• 1Installation
  • 2Preliminary Knowledge
  • 3Async Executor
  • 4Then/Catch/Finally
  • 5Error Recovery
  • 6Chaining

Async.apex

  • Docs
  • Tutorials
Getting started with Async.apex

Installation

Async.apex has a dependency on R.apex. So before we start, we need to include R.apex.

Include Func.cls, R.cls, and RTest.cls(optional) into your Org, and R.apex is ready.

Then we continue with Async.apex.

Include Async.cls, and AsyncTest.cls(optional) into your Org, and you are ready to go.

Done