MCPcopy 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
199private:
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

SendDataMethod · 0.80

Tested by

no test coverage detected