All Projects → aelij → Configureawaitchecker

aelij / Configureawaitchecker

Licence: apache-2.0
ConfigureAwait Checker for ReSharper and Rider

Projects that are alternatives of or similar to Configureawaitchecker

Async Reduce
Reducer for similar simultaneously coroutines
Stars: ✭ 17 (-83.17%)
Mutual labels:  async-await
Create React Redux App
This project was bootstrapped with Create React App and Redux, Sass Structure.
Stars: ✭ 46 (-54.46%)
Mutual labels:  async-await
Radon
Object oriented state management solution for front-end development.
Stars: ✭ 80 (-20.79%)
Mutual labels:  async-await
Vsoft.awaitable
Async/Await for Delphi
Stars: ✭ 26 (-74.26%)
Mutual labels:  async-await
Uvloop
Ultra fast asyncio event loop.
Stars: ✭ 8,246 (+8064.36%)
Mutual labels:  async-await
Web Applications With Fastapi Course
Demo code and other handouts for students of our FastAPI Web Apps course.
Stars: ✭ 56 (-44.55%)
Mutual labels:  async-await
Typescript Fundamentals
👨‍🏫 Mike's TypeScript Fundamentals Course
Stars: ✭ 732 (+624.75%)
Mutual labels:  async-await
Async Graphql
A GraphQL server library implemented in Rust
Stars: ✭ 1,377 (+1263.37%)
Mutual labels:  async-await
Preact Cli Plugin Async
Preact CLI plugin that adds converts async/await to Promises.
Stars: ✭ 44 (-56.44%)
Mutual labels:  async-await
Itiriri Async
A library for asynchronous iteration.
Stars: ✭ 78 (-22.77%)
Mutual labels:  async-await
Vue Qq
🎨 Vue family bucket with socket.io and express/koa2 , create a web version of mobile QQ, supporting real-time group chat, real-time private chat, special care, shielding chat, smart IP geographic location, real-time display temperature and other QQ core functions
Stars: ✭ 861 (+752.48%)
Mutual labels:  async-await
Asyncio
asyncio historical repository
Stars: ✭ 952 (+842.57%)
Mutual labels:  async-await
Tascalate Async Await
Async / Await asynchronous programming model for Java similar to the functionality available in C# 5. The implementation is based on continuations for Java (see my other projects).
Stars: ✭ 60 (-40.59%)
Mutual labels:  async-await
Then
🎬 Tame async code with battle-tested promises
Stars: ✭ 908 (+799.01%)
Mutual labels:  async-await
Tractor
structured concurrent, Python parallelism
Stars: ✭ 88 (-12.87%)
Mutual labels:  async-await
Awaity.js
A functional, lightweight alternative to bluebird.js, built with async / await in mind.
Stars: ✭ 818 (+709.9%)
Mutual labels:  async-await
Ea Async
EA Async implements async-await methods in the JVM.
Stars: ✭ 1,085 (+974.26%)
Mutual labels:  async-await
Async Ray
Provide async/await callbacks for every, find, findIndex, filter, forEach, map, reduce, reduceRight and some methods in Array.
Stars: ✭ 102 (+0.99%)
Mutual labels:  async-await
React Prepare
Prepare you app state for async server-side rendering and more!
Stars: ✭ 100 (-0.99%)
Mutual labels:  async-await
Egghead Async Await
Code for my "Asynchronous JavaScript with async/await" egghead.io course:
Stars: ✭ 74 (-26.73%)
Mutual labels:  async-await

ConfigureAwait Checker

ReSharper extension and Rider plugin that check for tasks are not awaited using ConfigureAwait.

Library code should use ConfigureAwait(false) with every await. Always specifying ConfigureAwait makes it clearer how the continuation is invoked and avoids synchronization bugs.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].