Flowdock
priority() public

Returns the priority of thr. Default is inherited from the current thread which creating the new thread, or zero for the initial main thread; higher-priority threads will run before lower-priority threads.

Thread.current.priority   #=> 0
Show source
Register or log in to add new notes.