Difference between revisions of "Async-Interrupt"

From Free Software Directory
Jump to: navigation, search
(Debian import)
 
(Added Debian link)
Line 1: Line 1:
 
{{Entry
 
{{Entry
|Status=
 
|User level=
 
|Submitted by=Debian import
 
|Computer languages=C, Perl
 
 
|Name=Async-interrupt
 
|Name=Async-interrupt
|Submitted date=2013-03-20
 
 
|Short description=module to allow C/XS libraries to interrupt perl
 
|Short description=module to allow C/XS libraries to interrupt perl
|VCS checkout command=
 
 
|Full description=Async::Interrupt is a Perl module that implements asynchronous
 
|Full description=Async::Interrupt is a Perl module that implements asynchronous
 
interruptions, similar in nature to UNIX signals, in a cross-
 
interruptions, similar in nature to UNIX signals, in a cross-
Line 21: Line 15:
 
to signal running Perl code from another thread, asynchronously,
 
to signal running Perl code from another thread, asynchronously,
 
and sometimes even without using a single syscall.
 
and sometimes even without using a single syscall.
|Component programs=
 
 
|Homepage URL=http://search.cpan.org/dist/Async-Interrupt/
 
|Homepage URL=http://search.cpan.org/dist/Async-Interrupt/
 +
|Computer languages=C, Perl
 +
|Accepts cryptocurrency donations=No
 +
|Last review by=Bendikker
 +
|Last review date=2018/03/09
 +
|Submitted date=2013-03-20
 
|Is GNU=No
 
|Is GNU=No
}}
 
{{Import
 
|Date=2013-03-20
 
|Source=Debian import
 
|Source link=http://packages.debian.org/sid/libasync-interrupt-perl
 
 
}}
 
}}
 
{{Project license
 
{{Project license
 +
|License=Other
 +
|License copyright=© 2009, Marc Alexander Lehmann <debian-copyright@schmorp.de>
 +
|License verified by=Debian
 
|License verified date=2013-03-20
 
|License verified date=2013-03-20
|License verified by=Debian
 
|License copyright=© 2009, Marc Alexander Lehmann <debian-copyright@schmorp.de>
 
 
|License=Other
 
 
|License note=License: Artistic or GPL-1+
 
|License note=License: Artistic or GPL-1+
  
Line 56: Line 48:
 
   On Debian GNU/Linux systems, the complete text of the GNU General
 
   On Debian GNU/Linux systems, the complete text of the GNU General
 
   Public License can be found in `/usr/share/common-licenses/GPL-1'
 
   Public License can be found in `/usr/share/common-licenses/GPL-1'
 
 
}}
 
}}
 
{{Project license
 
{{Project license
|License verified date=2013-03-20
+
|License=Other
|License verified by=Debian
 
 
|License copyright=© 2009-2010, Jonathan Yu <jawnsy@cpan.org>
 
|License copyright=© 2009-2010, Jonathan Yu <jawnsy@cpan.org>
 
© 2011, Fabrizio Regalli <fabreg@fabreg.it>
 
© 2011, Fabrizio Regalli <fabreg@fabreg.it>
 
© 2012, Jotam Jr. Trejo <jotamjr@debian.org.sv>
 
© 2012, Jotam Jr. Trejo <jotamjr@debian.org.sv>
 
+
|License verified by=Debian
|License=Other
+
|License verified date=2013-03-20
 
|License note=License: Artistic or GPL-1+
 
|License note=License: Artistic or GPL-1+
  
Line 86: Line 76:
 
   On Debian GNU/Linux systems, the complete text of the GNU General
 
   On Debian GNU/Linux systems, the complete text of the GNU General
 
   Public License can be found in `/usr/share/common-licenses/GPL-1'
 
   Public License can be found in `/usr/share/common-licenses/GPL-1'
 
 
}}
 
}}
 
{{Person
 
{{Person
 
|Real name=Marc Lehmann
 
|Real name=Marc Lehmann
|Resource URL=
 
 
|Role=contact
 
|Role=contact
 
|Email=schmorp@schmorp.de
 
|Email=schmorp@schmorp.de
 
}}
 
}}
 
{{Resource
 
{{Resource
 +
|Resource audience=Debian (Ref) (R)
 +
|Resource URL=https://tracker.debian.org/pkg/libasync-interrupt-perl
 +
}}
 +
{{Resource
 +
|Resource kind=Download
 
|Resource URL=http://search.cpan.org/dist/Async-Interrupt/
 
|Resource URL=http://search.cpan.org/dist/Async-Interrupt/
|Resource kind=Download
+
}}
 +
{{Software category}}
 +
{{Featured}}
 +
{{Import
 +
|Date=2013-03-20
 +
|Source=Debian import
 +
|Source link=http://packages.debian.org/sid/libasync-interrupt-perl
 
}}
 
}}

Revision as of 00:43, 9 March 2018


[edit]

Async-interrupt

https://metacpan.org/release/Async-Interrupt
module to allow C/XS libraries to interrupt perl

Async::Interrupt is a Perl module that implements asynchronous interruptions, similar in nature to UNIX signals, in a cross- platform manner. Modules might want to run code asynchronously (in another thread or from a signal handler) and then signal the interpreter on certain events. One common way is to write data to a pipe and use an event handling toolkit to watch for I/O events. Another way is to send a signal. Those methods are slow, and in the case of a pipe, also not asynchronous - it won't interrupt a running Perl interpreter.

This module implements asynchronous notifications that enable you to signal running Perl code from another thread, asynchronously, and sometimes even without using a single syscall.



Download




Categories





Licensing

License

Verified by

Verified on

Notes

License

Other

Verified by

Debian

Verified on

20 March 2013

Notes

License: Artistic or GPL-1+

Artistic:

 This program is free software; you can redistribute it and/or
 modify it under the terms of the Artistic License, which comes
 with Perl.
 On Debian GNU/Linux systems, the complete text of the Artistic
 License can be found in `/usr/share/common-licenses/Artistic'

GPL-1+:

 This program is free software; you can redistribute it and/or
 modify it under the terms of the GNU General Public License as
 published by the Free Software Foundation; either version 1, or
 (at your option) any later version.
 On Debian GNU/Linux systems, the complete text of the GNU General
Public License can be found in `/usr/share/common-licenses/GPL-1'




Leaders and contributors

Contact(s)Role
Marc Lehmann contact


Resources and communication

AudienceResource typeURI
Perl (Ref)https://metacpan.org/release/Async-Interrupt
Debian (Ref) (R)https://tracker.debian.org/pkg/libasync-interrupt-perl


Software prerequisites




Entry











"contact" is not in the list (Maintainer, Contributor, Developer, Sponsor, Unknown) of allowed values for the "Role" property.


"Debian (Ref) (R)" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.








Date 2013-03-20
Source Debian import
Source link http://packages.debian.org/sid/libasync-interrupt-perl

[[Category:]]



Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the page “GNU Free Documentation License”.

The copyright and license notices on this page only apply to the text on this page. Any software or copyright-licenses or other similar notices described in this text has its own copyright notice and license, which can usually be found in the distribution or license text itself.