#include <boost/asio.hpp>
#include <boost/any.hpp>
#include <boost/thread/thread.hpp>
#include "LuceneObject.h"
Go to the source code of this file.
|
class | Lucene::Future |
| A Future represents the result of an asynchronous computation. Methods are provided to check if the computation is complete, to wait for its completion, and to retrieve the result of the computation. The result can only be retrieved using method get when the computation has completed, blocking if necessary until it is ready. More...
|
|
class | Lucene::ThreadPool |
| Utility class to handle a pool of threads. More...
|
|