Interface RunnableQueue

All Known Implementing Classes:
SimpleRunnableQueue

public interface RunnableQueue
Deprecated.
use com.mchange.v2.async.RunnableQueue
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Deprecated.
     
  • Method Details

    • postRunnable

      void postRunnable(Runnable r)
      Deprecated.