未验证 提交 db7768fe 编写于 作者: W wade zhang 提交者: GitHub

Update 07-tmq.md

上级 c7dc747b
......@@ -205,6 +205,7 @@ TMQ支持多种订阅类型:
<Tabs>
<TabItem label="C" value="c">
```c
// A simple demo for asynchronous subscription.
// compile with:
// gcc -o tmq tmq.c -ltaos
......@@ -483,6 +484,7 @@ int main(int argc, char* argv[]) {
return 0;
}
```
</TabItem>
<TabItem label="Java" value="java">
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册