mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2026-06-17 05:25:57 +08:00
AI automatically translates all comments in the code into English (#3917)
This commit is contained in:
@@ -52,7 +52,8 @@ int main(int argc, char *argv[]) {
|
||||
mk_http_requester_set_cb(requester, on_requester_complete, &ctx);
|
||||
mk_http_requester_start(requester, "http://www.baidu.com/baidu", 10);
|
||||
|
||||
//等待http请求完毕
|
||||
// 等待http请求完毕 [AUTO-TRANSLATED:0c1d7dea]
|
||||
// Wait for the HTTP request to complete
|
||||
mk_sem_wait(sem);
|
||||
|
||||
mk_sem_release(sem);
|
||||
|
||||
Reference in New Issue
Block a user