Why Async.apex?
Async.apex allows a better way to manage synchronous code and asynchronous code in Apex. With Async.apex, you can shift code between synchronous and asynchronous in a promise chain, without losing readability.
Async.apex allows a better way to manage synchronous code and asynchronous code in Apex. With Async.apex, you can shift code between synchronous and asynchronous in a promise chain, without losing readability.
Async.apex chains sync/async codes together, hiding implementation details.
Async.apex adopts functional style programming, and integrates well with R.apex
Async.apex creates lazy promises, which start execution only when triggered.
Async.apex has fairly simple APIs and you can easily get started with it.
Async.apex has a fluent API that provides most of the Promise features.
Async.apex can be used seamlessly with R.apex in a functional style.