Class GThreadFactory

java.lang.Object
com.glitchybyte.glib.concurrent.GThreadFactory
All Implemented Interfaces:
ThreadFactory

public final class GThreadFactory extends Object implements ThreadFactory
Thread factory for GTaskExecutorService.

Produces platform threads.

  • Constructor Details

    • GThreadFactory

      public GThreadFactory()
      Creates the factory.
  • Method Details