Commit 8be156e2 authored by Liu lu's avatar Liu lu

兼容hyperf框架1.1版本 注解写法

parent 1ae6023a
...@@ -340,7 +340,7 @@ class SyncTraceLog extends AbstractProcess ...@@ -340,7 +340,7 @@ class SyncTraceLog extends AbstractProcess
### 7、基于@AsyncCoroutine()注解,对方法实现异步协程处理 ### 7、基于@AsyncCoroutine()注解,对方法实现异步协程处理(暂时支持hyperf 2.以上版本)
对于耗时长,加快影响效率,可以使用写队列,消费处理。 对于耗时长,加快影响效率,可以使用写队列,消费处理。
也可以将这部分逻辑放到异步协程去处理,用法: 也可以将这部分逻辑放到异步协程去处理,用法:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment