Package com.helixframework.concurrency.executor


package com.helixframework.concurrency.executor
  • Classes
    Class
    Description
    Callable that copies the current HelixContext and MDC from the calling thread onto the executing thread.
    Executor service that copies the current HelixContext onto underlying pooled threads.
    Future that copies the current HelixContext and MDC from the calling thread onto the executing thread.
    Runnable that copies the HelixContext and MDC from the calling thread onto the executing thread.