Toggle navigation
Toggle navigation
此项目
正在载入...
Sign in
胡斌
/
srs
转到一个项目
Toggle navigation
项目
群组
代码片段
帮助
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
winlin
2015-06-17 16:42:43 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
8102a2260670c8f9b4d1716dc456407ace2732f3
8102a226
1 parent
3211282b
add comments for async call.
隐藏空白字符变更
内嵌
并排对比
正在显示
1 个修改的文件
包含
9 行增加
和
0 行删除
trunk/src/app/srs_app_async_call.hpp
trunk/src/app/srs_app_async_call.hpp
查看文件 @
8102a22
...
...
@@ -48,7 +48,16 @@ public:
ISrsAsyncCallTask
();
virtual
~
ISrsAsyncCallTask
();
public
:
/**
* execute the task async.
* this method is the actual execute method of task,
* for example, to notify callback server.
*/
virtual
int
call
()
=
0
;
/**
* convert task to string to describe it.
* used for logger.
*/
virtual
std
::
string
to_string
()
=
0
;
};
...
...
请
注册
或
登录
后发表评论