v.1.0.1
What's Changed
-
Add support for user-defined type callback for event module
(Any object that satisfies the following requirements can be used as callback functions)- Callable (argument type: int, return type: void)
- Copy-constructible
- Equality-comparable with same type (ex> func0 == func1)