Skip to content

v.1.0.1

Compare
Choose a tag to compare
@pjueon pjueon released this 10 Nov 14:04
· 372 commits to master since this release

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)