Futures (and promises) are a fun and useful design pattern in that they help encapsulate asynchronous work into composable objects.
Creating futures
Futures (and promises) are a fun and useful design pattern in that they help encapsulate asynchronous work into composable objects.