Here's a relevant SO for motivation. The Partition classes already allow for each partition to be sorted as they go, it'd be nice if there was also a "callback" that would be applied for each ...
Abstract: Callback functions are widely used across programming languages, libraries, and operating systems. While offering flexible software design, these mechanisms introduce inherently complex ...