Wednesday, 29 August, 2018 UTC


Summary

Ben Nadel explores the use of Timeouts in a Future chain in ColdFusion 2018. Because the .then() and .error() calls are blocking, synchronous calls, a Timeout can really only apply to the most recently-crated Future, not to the preceding Future chain....