ispringtech / FastSignals

Easy to use, fast and lightweight C++17 signals and slots library, drop-in replacement for the Boost.Signals2
MIT License
25 stars 10 forks source link

Rename pack() into release() #12

Closed alexey-malov closed 5 years ago

alexey-malov commented 5 years ago

It is not quite obvious that function::pack() call makes function object empty. I suggest renaming it into release()