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

win32-event

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

win32-event

  • 0.6.3
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

== Description Interface to MS Windows Event objects.

== Prerequsites Requires the win32-ipc library.

== Installation gem install win32-event

== Synopsis Win32::Event.new("Foo") do |event| event.set # Do stuff event.reset end

e2 = Win32::Event.open("Bar")

Do stuff

e2.close

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

== Notes The Event 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).

A PulseEvent() wrapper is intentionally omitted. From the MSDN web site: "This function is unreliable and should not be used. It exists mainly for backward compatibility."

== Acknowledgements The Win32::Event Perl module by Chris Madsen was used as a general guideline for developing the API.

== Known Bugs None that I'm aware of. Please submit any bug reports to the project page at https://github.com/djberg96/win32-event.

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

== License Artistic 2.0

== Author Park Heesob Daniel J. Berger

FAQs

Package last updated on 25 Oct 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