KyrietS / tinyevents

TinyEvents is a C++ header-only library for a generic Event-Dispatch System
MIT License
2 stars 1 forks source link

Change `send` to `dispatch` #1

Closed KyrietS closed 1 year ago

KyrietS commented 1 year ago

It's more common to see dispatch() than send() in this type of systems