- #17 - use
call_user_func
instead of invoking a variable.
- Cloning is used to create the new pipeline [performance]
- Stages are callable, so no need to wrap them in closures.
- Stages are now anything that satisfies the
callable
type-hint.
Initial release