Oups remove the first class, which is grizzlet related :-)
Jeanfrancois Arcand wrote:
> Hi,
>
> the expected contract when customizing the thread pool (Pipeline) should
> be:
>
> 1. Implement the Pipeline interface
> 2. The Thread created must implement the WorkerThread interface
>
> Looks like the TLS method hasn't been moved to the WorkerThread
> interface when we refactored from 1.0. Attached is a patch that remove
> reference to WorkerThreadImpl in the code, so the contract can be
> properly implemented.
>
> Thanks
>
> -- Jeanfrancois
>