public static readonly property currentThread as Thread:
Returns the current logical thread.
Worker threads return their own Thread instance. Calls made outside a Klyn worker return the logical main thread.
current = Thread.currentThread print(current.name)