Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/brpc
/ RunSendData
Method
RunSendData
test/brpc_rtmp_unittest.cpp:200–203 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
198
199
private:
200
static void* RunSendData(void* arg) {
201
((PlayingDummyStream*)arg)->SendData();
202
return NULL;
203
}
204
205
butil::atomic<State> _state;
206
bthread_t _play_thread;
Callers
nothing calls this directly
Calls
1
SendData
Method · 0.80
Tested by
no test coverage detected