Difference between revisions of "Async"

From Free Software Directory
Jump to: navigation, search
(Added Perl link)
m (Text replacement - "|License=GPLv2orlater" to "|License=GPL-2.0-or-later")
Line 85: Line 85:
 
}}
 
}}
 
{{Project license
 
{{Project license
|License=GPLv2orlater
+
|License=GPL-2.0-or-later
 
|License copyright=© 2011-2012, Jonas Smedegaard <dr@jones.dk>
 
|License copyright=© 2011-2012, Jonas Smedegaard <dr@jones.dk>
 
|License verified by=Debian
 
|License verified by=Debian

Revision as of 20:15, 16 August 2018


[edit]

Async

https://github.com/caolan/async
higher-order functions and common patterns for asynchronous Javascript

Node is an event-based server-side JavaScript engine.

Async is a utility module which provides straight-forward, powerful functions for working with asynchronous Javascript. Although originally designed for use with Node, it can also be used directly in the browser.

Async provides around 20 functions that include the usual 'functional' suspects (map, reduce, filter, forEach…) as well as some common patterns for asynchronous control flow (parallel, series, waterfall…). All these functions assume you follow the Node convention of providing a single callback as the last argument of your async function.

This provides async for use with Node.



Download




Categories





Licensing

License

Verified by

Verified on

Notes

License

Expat

Verified by

Debian

Verified on

20 March 2013

Notes

License: Expat

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.

Verified by

Debian

Verified on

20 March 2013

Notes

License: GPL-2+

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 2, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

Comment:

On Debian systems the 'GNU General Public License' version 2 is located in '/usr/share/common-licenses/GPL-2'.

You should have received a copy of the 'GNU General Public License' along with this program. If not, see

<http://www.gnu.org/licenses/>.




Leaders and contributors

Resources and communication

AudienceResource typeURI
Debian (Ref) (R)https://tracker.debian.org/pkg/node-async
Caolan McMahonDeveloperhttps://github.com/caolan/async/issues
Ruby (Ref)https://rubygems.org/gems/async
Downloadhttps://github.com/caolan/async/downloads
Perl (Ref)https://metacpan.org/release/Async
Downloadgit://github.com/caolan/async
Python (Ref)https://pypi.org/project/async


Software prerequisites




Entry











"GPL-2.0-or-later" is not in the list (ACEL, AFL-3.0, AGPL-1.0, AGPL-1.0-or-later, AGPL-3.0, AGPL-3.0-or-later, AGPL-3.0-or-later-with-exception, AGPL-3.0-with-exception, AGPLv1orlater, AGPLv3, ...) of allowed values for the "License" property.



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


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


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


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


"Caolan McMahon" 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/node-async

[[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.