leapmotion / autowiring

A C++ Inversion of Control Framework
http://autowiring.io/
Apache License 2.0
149 stars 17 forks source link

Remove AutoFuture code #1028

Closed jdonald closed 7 years ago

jdonald commented 7 years ago

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.