Asynchonous unique words counter from a given file

Build

To build a program you may use a script given in the root dir, its purpose is to create a UniqueWordsCounter executable in build directory: ./run.sh

Run

To run a program you can put your file or use any of the pre-defined ones from test directory, e.g.: ./build/UniqueWordsCounter test/smallfile.txt