jdrouet/mrml

Make IncludeLoader async

jdrouet opened this issue · 0 comments

To be able to use the IncludeLoader in the browser and request partial templates from the network, we need to be able to do some asynchronous requests. This requires to create an AsyncParser trait to handle this.