Update README.md

This commit is contained in:
mihacooper 2017-10-07 13:09:53 +03:00 committed by GitHub
parent 7b843092b5
commit e290d1e20e

View File

@ -1,5 +1,10 @@
# Effil
[![Build Status](https://travis-ci.org/effil/effil.svg?branch=master)](https://travis-ci.org/effil/effil)
[![LuaRocks](https://img.shields.io/luarocks/v/mihacooper/effil.svg)](https://luarocks.org/modules/mihacooper/effil)
[![license](https://img.shields.io/github/license/mashape/apistatus.svg)]()
| Linux + MacOS | Windows |
| ------------- | ------- |
| [![Build Status](https://travis-ci.org/effil/effil.svg?branch=master)](https://travis-ci.org/effil/effil) | [![Build status](https://ci.appveyor.com/api/projects/status/ji0l9lbs17djgm8w/branch/master?svg=true)](https://ci.appveyor.com/project/mihacooper/effil/branch/master) |
Effil is a lua module for multithreading support.
It allows to spawn native threads and safe data exchange.