A brief note pointing out that wrapping a callable in a lambda that simply forwards the same parameters to that callable is unnecessary; you should just use the callable directly.