AutoFuture and autowiring::then() appear to be an attempted implementation of continuations.
This isn't really a deprecation of an existing feature because it's hardly working to begin with. There's an empty stub implementation of autowiring::then() for Mac and not even a stub for Linux/Android.
The unit test currently fails on Visual Studio 2017 and for reasons unknown fixing it will make it fail on Visual Studio 2013. By removing the test and associated code we can get AutowiringTest passing again.
AutoFuture and
autowiring::then()
appear to be an attempted implementation of continuations.This isn't really a deprecation of an existing feature because it's hardly working to begin with. There's an empty stub implementation of
autowiring::then()
for Mac and not even a stub for Linux/Android.The unit test currently fails on Visual Studio 2017 and for reasons unknown fixing it will make it fail on Visual Studio 2013. By removing the test and associated code we can get AutowiringTest passing again.