Object that contains implicit classes to enrich the language (using "Pimp my Library"), raising the level of abstraction when working with ScalaFx and JavaFx.
Function that can be used to execute code on a Thread Pool.
Contains methods to work with multiple threads and javaFx with ease Code from: https://github.com/scalafx/scalafx-extras/blob/master/scalafx-extras/src/main/scala/org/scalafx/extras/package.scala
Function that can be used to execute code on a Thread Pool. This is useful whenever someone needs to run a task in a different thread than the current one (for example the JavaFx one), without creating a new thread every time. The chosen executor for multi threading is ideal for many short tasks.