fix todo
This commit is contained in:
parent
9b12bb70e5
commit
e6e3d850b7
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ spin_node_until_future_complete(
|
||||||
std::shared_future<FutureT> & future)
|
std::shared_future<FutureT> & future)
|
||||||
{
|
{
|
||||||
std::future_status status;
|
std::future_status status;
|
||||||
// TODO: does not work recursively right, can't call spin_node_until_future_complete
|
// TODO(wjwwood): does not work recursively right, can't call spin_node_until_future_complete
|
||||||
// inside a callback executed by an executor.
|
// inside a callback executed by an executor.
|
||||||
do {
|
do {
|
||||||
executor.spin_node_some(node_ptr);
|
executor.spin_node_some(node_ptr);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue