Skip to content

ResourceLoader to use CompletableFuture #1589

Description

@fjtirado

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.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions