Example for handling of Schedulers

The Contribution Guide asks developers not to create threads by themselves:

“Creation of threads must be avoided. Instead, resort into using existing schedulers which use pre-configured thread pools. If there is no suitable scheduler available, start a discussion in the forum about it rather than creating a thread by yourself.”

Do we have an example in some addon where schedulers are properly used? We could point to that “example” during reviews.