A stateful coroutine library.
简单的基于nuttx的固件环境, 学习px4框架
A rxjava based lightweight event bus. Traditional usage: EventBus.getDefault().receive(MyEvent.class).subscribe(event->{ System.out.println("event=" + event); }); ... EventBus.getDefault().post(new MyEvent()); Annotation based usage: EventBus.getDefault().bind(this); .. @Recieve(eventTypes = MyEvent.class) private void onReceive(Object event) { System.out.println("event2=" + event); } ... EventBus.getDefault().unbind(this) .
Contributions last year: 0
Max continuous contributions: 0
Recent contributions: 0
Commits, issues, and pull requests will appear on your contribution graph. Only when the email address used for the commits in local configuration is associated with your GitOSC account, the commits' contribution will be counted.