cesium-native/CesiumIonClient
Kevin Ring a1ebce1dcd Allow direct creation of a Promise.
Rather than the JavaScript-like create a future by providing a callback
that is given a promise. This can be less exception safe (allow
exceptions to escape from a Future-returning method instead of being
turned into Promise rejection) but also tends to be much easier to work
with.
2021-07-07 14:12:15 +10:00
..
include/CesiumIonClient Add method to get a single asset from ion. 2021-03-18 18:52:49 +11:00
src Allow direct creation of a Promise. 2021-07-07 14:12:15 +10:00
CMakeLists.txt Mark some libs private, remove commented-out code. 2021-03-05 14:21:55 +11:00