Dynamic Resource loading is currently blocking operation.
Apparently, tt would be better if it is non blocking operation.
But, on the other hand, so far, all blocking operations are already executed asynchronusly, so this change is not stricly needed and will force us to pass the executo service to really inner layers.
So I think is preferable to delegate this responsability to the caller of ResourceLoader.
Dynamic Resource loading is currently blocking operation.
Apparently, tt would be better if it is non blocking operation.
But, on the other hand, so far, all blocking operations are already executed asynchronusly, so this change is not stricly needed and will force us to pass the executo service to really inner layers.
So I think is preferable to delegate this responsability to the caller of ResourceLoader.