Expose some engine facilities (like async) via API
LordFokas opened this issue ยท 1 comments
Currently Cartography needs to link directly to engine classes for async work.
Any big addon will benefit from access to those so exposing access via API will protect against most changes and refactors, except breaking ones.