mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
Squash: For #1708
This commit is contained in:
parent
440f29b758
commit
93242918ad
6 changed files with 21 additions and 3 deletions
|
@ -163,6 +163,10 @@ private:
|
|||
bool disposed;
|
||||
// Cycle done, no need to interrupt it.
|
||||
bool cycle_done;
|
||||
private:
|
||||
// Sub state in disposed, we need to wait for thread to quit.
|
||||
bool stopping_;
|
||||
SrsContextId stopping_cid_;
|
||||
public:
|
||||
SrsFastCoroutine(std::string n, ISrsCoroutineHandler* h);
|
||||
SrsFastCoroutine(std::string n, ISrsCoroutineHandler* h, SrsContextId cid);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue