java.lang.Object
com.wyu4.snowberryjam.compiler.data.tasks.ThreadTask
All Implemented Interfaces:
ExecutableTask, BodiedTask

public class ThreadTask extends Object implements ExecutableTask, BodiedTask
Run something in a new thread.
  • Field Details

    • body

      private final BodyStack body
      The body to run
  • Constructor Details

    • ThreadTask

      public ThreadTask(com.fasterxml.jackson.databind.JsonNode node)
      Create a new thread
      Parameters:
      node - The JsonNode to refer
  • Method Details