1.0.0 • Published 21 days ago

@devtea2028/quaerat-laboriosam-quod-porro v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
21 days ago

@devtea2028/quaerat-laboriosam-quod-porro Tweet

logo

GitHub Repo stars Website Node.js CI npm Coverage Status npm.io

A modern JavaScript tooling library for asynchronous operations using async/await, promises and async generators.

This library is a modernized alternative to a lot of libraries like Async.js that were created using the legacy callback style to handle asynchronous operations. Its goal is to be as complete as any of those libraries while being built from the very beginning with async/await and promises in mind.

See the documentation.

  • Exclusively uses async/await, promises and async generators in its code, tests and documentation.
  • Has low bundle size.
  • Has 100% code coverage.
  • Bundled for ESM modules, CommonJS and UMD.
  • Works in node >= 8 and in the vast majority of browsers (very old browser compatibility can be achieved using Babel and shims).
  • Has Typescript support.

Stargazers repo roster for @nicolas-van/@devtea2028/quaerat-laboriosam-quod-porro

Installation

npm install --save @devtea2028/quaerat-laboriosam-quod-porro

Or use jsDelivr to get the UMD version. The content of the library will be available under the modernAsync global variable.

Usage

import { asyncMap, asyncSleep } from '@devtea2028/quaerat-laboriosam-quod-porro'

const array = [1, 2, 3]
const result = await asyncMap(array, async (v) => {
  await asyncSleep(10)
  return v * 2
})
console.log(result)

See the documentation for the rest.

Migrating from version 1.X to version 2.X

See the migration guide.

Changelog

The changelog.

Contribution Guide

The contribution guide

License

The license.

astwatchings3getoptfilterwriteurlsECMAScript 3estreeconcurrencyiamcoreCSSStyleDeclarationargsvaluereplayassertsflattenmoduleRFC-6455ReactiveExtensionsshimArray.prototype.flatMapgradients css3queryawesomesauceextendwritablesameValueZerochaicallbackcolorsinvariantframeworktypedcloudfrontoffsetObservablenumberraterm -rfawaithashreal-timenegativeairbnbimportObject.getPrototypeOfponyfillsetpropcorsconsolemiddlewarees2016collectiondeep-cloneArray.prototype.flatiteratorstartopensequalityhelpersstringifysettingslaunchtoolkityamlirqthroatECMAScript 2020agentbcryptio-tsqsargvexpressionfetchcloudsearchhookformprocessredactoutputlogsortedslotmodulestapTypeBoxrapidmkdirsfpslivepyyamlfast-copyfunctionspruneES2023stdlibsymbolsqueueMicrotaskclonefsfullwidthelbownMicrosofteslint-pluginFunction.prototype.nametrimLeftenvexpressclassnamesperformanceserializerstreamjestmonorepoboundclassnamerandomopenerrequestjQuerypreserve-symlinkshas-ownhardlinksjoibeanstalkparentssignalkarmarmdirviewstatusbyteLengthenumerable256bluebirdregexxhrl10nfastcopyproxyUint32ArraymimetypesjsdiffRxJSmimejsless compilerawsjshintminimalcompilerdotenvuninstallvarszodfastpushfixed-widthmetadatastateiterationprotocol-buffersgroupByconfigurableiedommochacolorJSON-SchemajsonpathreadableidlehasOwnPropertypackagetypescriptfast-deep-copywhatwgmacosslicejsxECMAScript 2015bytesigintaccessorresolve_.extendstablezeroECMAScript 2022loggerWeakSetpolyfillasciilockfiledayjsformsspecnpmxdgglobperformantworkspace:*compile lesspackagesdescriptorsdropflatdeepcopyinPushes7serializationmatchAllcloudformationECMAScript 7weakmapincludessuperagentInt8Arrayprotobufsymlinkduplexpathsimpledbpicomatchexit-codesnsFloat64ArrayrequirelookBigUint64ArrayexecutilitiesthrottletostringtagsetImmediatewafmoveajaxpersistentArray.prototype.findLasttoSortedprettySymbol.toStringTagcolumnWebSocketUint8ClampedArrayFloat32ArrayES2018defaultdataweaksetpostcss-plugintrimStarttraverseonceES2016nested cssbreakcss nestingcreateInt16Arraylintemojidescriptiongrouplanguagecore-jsenvironmentrobustJSONdeterministicsafenode0inputECMAScript 2019ObservablesendpointconcatwebdataViewtoobjectemreslintpluginES8ratelimitArray.prototype.filterelmprivatecharacterstsintrinsicjsonlazyArrayBufferquotepropertycommandbufferscirculartimeimportexportsharedwordwrappropertiescommand-linemime-dbfast-clonebindrangeerrorloadingcsscopygetOwnPropertyDescriptortoStringTagwidthmrucolumnspreprocessorlasteventsmakesetPrototypeOfwatchIteratordom-testing-librarytc39apilessnodejssomeES2019esqueuewatcherYAMLSetObjectes8-0editor[[Prototype]]ReactiveXi18ncall-boundefficientmkdirlengthparsingglobalsclispinnerpositiveencryptiones2018check.envstatelesssequencecss lessutilitywgetpackage.jsonUint16ArrayUint8ArraygetintrinsicpostcssobjectcolouridentifiersvalidatesyntaxelasticachekeyasyncbatchprefixfoldertddbannerspeeddirectorydefinePropertywalkingstreams2matchespackage managertakemergeebsconsumefseventsbusyargumentsUnderscorefullroutersigtermchildStreamsvaluesReflect.getPrototypeOfsignalsPromisemobilelook-upuptypesafepredictablereadexitexecutabledirprototypeeverysidewatchFileArray.prototype.flattenHyBiflatMapdescriptores-abstractfile systemnativesymbolfindtypedarraysECMAScript 2017ES2022guidphonexdg-openhandlersrdsobjtypeerrorsespatchinterruptsstreamsECMAScript 2018reducesinatraArray.prototype.findLastIndexdeep-copyAsyncIteratorhasOwnparseString.prototype.trimeslintautoscalinglruecmascriptfunctionaltrimRightoptimisttouchcjkshrinkwrapnopeconfigvisualforEachart$.extendstarterbrowserslistRegExp#flagselectronlinuxmapreduceerrorMapchannelObject.definePropertydatastructurearraycharacterdeepclonecomparestyled-componentscmdreduxcachees2015javascriptaccessibilitymatchpromisesargparseoperating-systemTypedArraydeepstyles@@toStringTagsyntaxerroransiconnectCSStypaniongradients csscss-in-jscontainsremoveeslintconfigglobalcallfind-upruntimeassertfastcloneextensionutil.inspectwrapflages5dependencies
1.0.0

21 days ago