An open API service indexing awesome lists of open source software.

https://github.com/scull7/synchronous-semaphore

A synchronously locking semaphore that you can access asynchronously.
https://github.com/scull7/synchronous-semaphore

Last synced: 26 days ago
JSON representation

A synchronously locking semaphore that you can access asynchronously.

Awesome Lists containing this project

README

          

[![Build Status](https://travis-ci.org/scull7/synchronous-semaphore.svg?branch=master)](https://travis-ci.org/scull7/synchronous-semaphore)
[![codecov](https://codecov.io/gh/scull7/synchronous-semaphore/branch/master/graph/badge.svg)](https://codecov.io/gh/scull7/synchronous-semaphore)

# synchronous-semaphore
A synchronously locking semaphore that you can access asynchronously