function-threads
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "function-threads", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Multi-threading library for Node.js which allows run functions in thread.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -56,2 +56,2 @@ [![Build Status](https://travis-ci.org/nairihar/function-threads.svg?branch=master)](https://travis-ci.org/nairihar/function-threads) | ||
- [Async thread](https://github.com/nairihar/function-threads/blob/master/examples/async_thread/index.js) | ||
- [Error handling](https://github.com/nairihar/function-threads/blob/master/examples/error_in_thread/index.js) | ||
- [Error handling](https://github.com/nairihar/function-threads/blob/master/examples/error_handling/index.js) |
8820