Skip to main content

Module traits

Module traits 

Source

Traitsยง

Runnable
A trait for defining a task that can be executed, typically in a separate thread.
Thread
An extension trait that provides a method to spawn a thread for a Runnable task.