Multi-threaded file compression (tree writing)?

It is not uncommon that my analysis processing is limited by the single-threaded writing of the output.
Is it possible to make the writing to a single root file use multiple cores (for the compression)?

If not, is such a feature planned?