General swift and Future concepts
I'm currently using a home grown Future library. The setup combines three concepts that I ~rarely~ never write on my own:
Generics
Functions as parameters
Error throwing
Closures
Here's an example of a function declaration that combines all three:
...
coderlyn.hashnode.dev