Async-Ray 3.1.0: Chaining Methods in an Easy Way
▼1 up and 2 down, posted by
1 up and 2 down, posted by
Async-Ray 3.1.0 introduces a new feature to chain Async methods, without looking weird. Chaining documentation https://github.com/rpgeeganage/async-ray#chaining Sample 1 https://github.com/rpgeeganage/async-ray/blob/master/examples/chain_sample_1.ts Sample 2 https://github.com/rpgeeganage/async-ray/blob/master/examples/chain_sample_2.ts