mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
Support multiple threads by thread pool. v5.0.32
This commit is contained in:
parent
7c6bd0ce5c
commit
b2e083b00d
12 changed files with 479 additions and 104 deletions
|
|
@ -250,7 +250,6 @@ public:
|
|||
virtual srs_error_t initialize(ISrsServerCycle* ch);
|
||||
virtual srs_error_t initialize_st();
|
||||
virtual srs_error_t initialize_signal();
|
||||
virtual srs_error_t acquire_pid_file();
|
||||
virtual srs_error_t listen();
|
||||
virtual srs_error_t register_signal();
|
||||
virtual srs_error_t http_handle();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue