Skip to content

First release

Compare
Choose a tag to compare
@m-murad m-murad released this 22 Jul 10:08
· 3 commits to master since this release

Initial release with following functions

once.Do(f func()) - Will execute the function once.
once.DoAgain(f func())- Will execute the function again even if Do() has been executed earlier.
once.Reset() - Will mark the once as not done.