Coder Social home page Coder Social logo

nlibuv's Introduction

NLibuv Build Status Build Status NuGet GitHub license

A cross-platform bindings to the libuv library for .NET.

The purpose of this library is to provide the libuv API on .NET platform, as simple as possible. It requires you to write your code as if you were using libuv directly. NLibuv takes care of platform invoke, marshaling, error handling and memory management, allowing you to consume libuv API as it is, safely on any platform supported by .NET.

Thread safety

This library is NOT thread safe. Like the original libuv library, it has only one thread safe method: UvAsync.Send (which represents libuv's uv_async_send function). If you're using NLibuv in multithreaded environment, you have to take care of synchronization by yourself, NLibuv will help you with this only by throwing an exception if you try to call non-thread-safe method from incorrect thread.

Warning! Work in progress!

This project currently is in the development stage. Use at your own risk.

Not all libuv API methods are implemented yet, and many of them will not be implemented in this package at all since .NET platform provides similar functionality (for example, Threading and synchronization utilities, Process handles, etc).

Please refer to the project's GitHub issues page for more information about the development progress.

Installation

All you need to do is simply install a NuGet package from the package manager console:

PM> Install-Package NLibuv

or through .NET CLI utility:

$ dotnet add package NLibuv

nlibuv's People

Contributors

vitaliitsilnyk avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.