Commit c661e0d2 authored by Kenton Varda's avatar Kenton Varda

Remove obsolete TODO(now).

I decided that such wrapping did not make senes.
parent 5b93ce92
...@@ -698,9 +698,6 @@ public: ...@@ -698,9 +698,6 @@ public:
// Alternatively, the app can perhaps arrange to send the return value back to the original // Alternatively, the app can perhaps arrange to send the return value back to the original
// thread for destruction, if needed. // thread for destruction, if needed.
// //
// TODO(now): Decide if we should automatically wrap the return value such that it will be
// returned to its own thread for destruction.
//
// If the requesting thread destroys the returned Promise, the destructor will block waiting for // If the requesting thread destroys the returned Promise, the destructor will block waiting for
// the executor thread to acknowledge cancellation. This ensures that `func` can be destroyed // the executor thread to acknowledge cancellation. This ensures that `func` can be destroyed
// before the Promise's destructor returns. // before the Promise's destructor returns.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment