We can type in println( Thread.currentThread() ); in order to find out the current Thread running a function:
println( Thread.currentThread() );