music by: Ghost & Kozmos
Pkg.add("Tetris")
Standard usage is:
using Tetris
Tetris.setup()
However, if you have a long running function, this might be more your speed:
using Tetris
@tetris slow_func()
For the most part, they match tetris friends.