Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

win32-mutex

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

win32-mutex

  • 0.4.3
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

== Brief Description Interface for Mutexes on MS Windows.

== Prerequisites win32-ipc 0.6.0 or later

== Installation gem install win32-mutex

== Synopsis require 'win32/mutex'

Do not leave out the 'Win32::', otherwise you're using Ruby's Mutex class.

Win32::Mutex.new(false, 'test') do |m| # Do stuff m.release end

== Documentation The mutex.rb file contains inline RDoc documentation. If you installed this file as a gem, then you have the docs.

For an example of win32-mutex in action, look at the example_win32_mutex.rb file in the 'examples' directory. You can also run the 'examples' rake task.

== Notes The Mutex class is a subclass of Win32::Ipc (win32-ipc). This library require's the win32-ipc library internally. You don't need to explicitly call it.

== Acknowledgements Originally adapted from the Win32::Mutex Perl module.

== Known Bugs
None that I know of. Please log any other bug reports on the project page at https://github.com/djberg96/win32-mutex.

== License Artistic 2.0

== Copyright (C) 2003-2013 Daniel J. Berger, All Rights Reserved

== Warranty This package is provided "as is" and without any express or implied warranties, including, without limitation, the implied warranties of merchantability and fitness for a particular purpose.

== Authors Daniel J. Berger Park Heesob

FAQs

Package last updated on 17 Nov 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc