Menu

Home

Ramon Servadei

Welcome to Thimble.

Thimble is a Java multi-thread Executor implementation that supports sequential and coalescing tasks.

Its key features are:

  • Executes sequential tasks in submission order
  • Executes coalescing tasks (tasks where a later task overwrites a previous one)
  • Provides statistics for executor task submission and execution
  • Deadlock detection

Please refer to the [Tutorial] and Javadoc for further information.

Project Admins: