1
This commit is contained in:
parent
c1a4452086
commit
a713a90c9e
@ -30,6 +30,11 @@ Coroutine::Coroutine(std::function<void(Coroutine*)> cb)
|
|||||||
CallEnter(sink);
|
CallEnter(sink);
|
||||||
cb_(this);
|
cb_(this);
|
||||||
CallExit(sink);
|
CallExit(sink);
|
||||||
|
for (auto notifyer : notifyers_) {
|
||||||
|
if (!notifyer.expired()) {
|
||||||
|
//notifyer.lock()->
|
||||||
|
}
|
||||||
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user