Skip to content

Commit 7b77ca3

Browse files
committed
update
1 parent f72b124 commit 7b77ca3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ If there are two receiving functions of the same parameter type and both are exe
148148
### Comparison Of Characteristics
149149

150150
| library | Whether the subscription function can be executed on other thread | features |
151-
|---------------------|-----------------------|
151+
|---------------------|-----------------------|------------------|
152152
| [greenrobot's EventBus](https://github.com/greenrobot/EventBus) | yes | It adopts name pattern which is efficient but inconvenient to use. |
153153
| [square's otto](https://github.com/square/otto) | no | It is convenient to use annotation but it’s not as efficient as EventBus|
154154
| [AndroidEventBus]() | yes | It is convenient to use annotation but it’s not as efficient as EventBus. The subscription supports tag (like the Action in Broadcast Receiver) which can make event delivery more accurate and applicable to more usage scenarios. |

0 commit comments

Comments
 (0)