# uvcf

> Allows running CFRunLoop in the same thread as a libuv run loop.

Latest version **0.1.1** (published 2014-03-01) · 0 weekly downloads

## Install

```sh
npm install uvcf
pnpm add uvcf
yarn add uvcf
bun add uvcf
```

## Health

**Score 10/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; low quality score; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.1.1 |
| Published | 2014-03-01 |
| First published | 2014-03-01 |
| Weekly downloads | 0 |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 1 |
| Known vulnerabilities | 0 |
| Install scripts | yes |
| Maintainers | fedor.indutny |

## Links

- npm: https://www.npmjs.com/package/uvcf
- npm.io page: https://npm.io/package/uvcf

## Dependencies (1)

- [bindings](https://npm.io/package/bindings.md) ~1.0.0

## Recent versions

- 0.1.1 (latest) — 2014-03-01
- 0.1.0 — 2014-03-01

## README

# UVCF

Allows running CFRunLoop in the same thread as a libuv run loop.

## Usage

```javascript
var uvcf = require('uvcf');

// Will register libuv loop within the current CF loop
uvcf.ref();

// When done - call this to terminate it
uvcf.unref();
```

#### LICENSE

This software is licensed under the MIT License.

Copyright Fedor Indutny, 2014.

Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to permit
persons to whom the Software is furnished to do so, subject to the
following conditions:

The above copyright notice and this permission notice shall be included
in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN
NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
USE OR OTHER DEALINGS IN THE SOFTWARE.

---
_Source: https://npm.io/package/uvcf · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
