gelldur / EventBus

A lightweight and very fast event bus / event framework for C++17
Apache License 2.0
370 stars 81 forks source link

Unify EventBus & AsyncEventBus #28

Closed gelldur closed 4 years ago

gelldur commented 5 years ago

Those 2 classes should be same. Using CRTP or other approach we could make thread safe version and not thread safe one.

Why:

gelldur commented 4 years ago

No longer valid as we use different approach on branch development