UNPKG

hjs-future

Version:

Future classes of Hubrijs framework

52 lines (51 loc) 1.13 kB
{ "name": "hjs-future", "version": "1.0.3", "description": "Future classes of Hubrijs framework", "main": "index.js", "directories": { "lib": "lib" }, "scripts": { "test": "test" }, "repository": { "type": "git", "url": "git+https://github.com/ornorm/hjs-future.git" }, "keywords": [ "Executor", "ExecutorService", "SerialExecutor", "BlockingExecutor", "ParallelExecutor", "Executors", "Callable", "RunnableAdapter", "Future", "RunnableFuture", "BlockingQueue", "LinkedBlockingQueueIterator", "LinkedBlockingQueue", "FutureTask", "QueueingFuture", "CompletionService", "ExecutorCompletionService", "AbstractExecutorService", "AsyncRunnable", "AsyncTaskListener", "AsyncTask", "QueuedWork" ], "author": "Aime Biendo <abiendo@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/ornorm/hjs-future/issues" }, "homepage": "https://github.com/ornorm/hjs-future#readme", "dependencies": { "hjs-collection": "^1.0.0", "hjs-core": "^1.0.0", "hjs-message": "^1.0.5" } }