how to prevent postload of uanimmontage when being async loaded

I have just understood that async loading of some objects that have work to to on their PostLoad would block the async loading thread which causes hitches.
On the other hand there are so many objects that act like this which make them a bad candidate for being async load, like AnimMontages, LevelSequenes.
How can I handle this? I need to async load AnimMontages