Skip to content

Minor API fixes

Choose a tag to compare

@artman artman released this 27 Oct 23:02
· 60 commits to master since this release

Augments the fire-signature of an empty signal from (void (^)())fire; to (void (^)(void))fire; to give a compiler error when users accidentally add data to an empty fire.