# Packages
This example runs a producer that submits random strings until SIGINT is caught.
This example runs a producer that submits random strings until a SIGINT signal is caught.
This example illustrates how one can submit 50 integers into the parallel processor, make it calculate the power of 2 for each one of them in parallel and terminate gracefully the parallel processor.