All Projects → asizikov → AsyncSuffix

asizikov / AsyncSuffix

Licence: MIT license
Asynchronous methods naming checker for ReSharper

Programming Languages

C#
18002 projects
F#
602 projects
Batchfile
5799 projects

Projects that are alternatives of or similar to AsyncSuffix

Future
High-performance Future implementation for the JVM
Stars: ✭ 223 (+1073.68%)
Mutual labels:  asynchronous
resharper-xunit-templates
ReSharper Live Templates for xUnit.net
Stars: ✭ 18 (-5.26%)
Mutual labels:  resharper
promise4j
Fluent promise framework for Java
Stars: ✭ 20 (+5.26%)
Mutual labels:  asynchronous
Flow
Flow is a Swift library for working with asynchronous flows and life cycles
Stars: ✭ 225 (+1084.21%)
Mutual labels:  asynchronous
Smallrye Mutiny
An Intuitive Event-Driven Reactive Programming Library for Java
Stars: ✭ 231 (+1115.79%)
Mutual labels:  asynchronous
zab
C++20 liburing backed coroutine executor and event loop framework.
Stars: ✭ 54 (+184.21%)
Mutual labels:  asynchronous
Crochet
Crochet: use Twisted anywhere!
Stars: ✭ 214 (+1026.32%)
Mutual labels:  asynchronous
RunAll
This is a library for running the concurrent processing using only native Google Apps Script (GAS).
Stars: ✭ 55 (+189.47%)
Mutual labels:  asynchronous
Specification
OpenMessaging Specification
Stars: ✭ 242 (+1173.68%)
Mutual labels:  asynchronous
Rump
REST client for Java that allows for easy configuration and default values. Allows for quick request construction and a huge range of modifications by using response/request interceptors, adjusting default values related to HTTP requests and creating custom instances for when you need multiple API connection setups.
Stars: ✭ 55 (+189.47%)
Mutual labels:  asynchronous
Awaitility
Awaitility is a small Java DSL for synchronizing asynchronous operations
Stars: ✭ 2,800 (+14636.84%)
Mutual labels:  asynchronous
Tributary
Streaming reactive and dataflow graphs in Python
Stars: ✭ 231 (+1115.79%)
Mutual labels:  asynchronous
future.scala
Stack-safe asynchronous programming
Stars: ✭ 38 (+100%)
Mutual labels:  asynchronous
Php Console Spinner
Colorful highly configurable spinner for php cli applications (suitable for async apps)
Stars: ✭ 225 (+1084.21%)
Mutual labels:  asynchronous
node-lintspaces
A validator for checking different kinds of whitespaces in your files.
Stars: ✭ 31 (+63.16%)
Mutual labels:  code-analysis
Styx
Programmable, asynchronous, event-based reverse proxy for JVM.
Stars: ✭ 218 (+1047.37%)
Mutual labels:  asynchronous
futures-extra
Java library for working with Guava futures
Stars: ✭ 131 (+589.47%)
Mutual labels:  asynchronous
debugging-async-operations-in-nodejs
Example code to accompany my blog post on debugging async operations in Node.js.
Stars: ✭ 22 (+15.79%)
Mutual labels:  asynchronous
SandDB
A simple immutable database for the masses.
Stars: ✭ 21 (+10.53%)
Mutual labels:  asynchronous
PandaDemo
Demo project for asynchronous render and Layout framework Panda
Stars: ✭ 15 (-21.05%)
Mutual labels:  asynchronous

AsyncSuffix plugin for ReSharper

##CI Statuses

Master Develop Feature
Build status Build status Build status

ReSharper plugin.

Appends 'Async' suffix to Task returning method name.

In action

Description

Custom Async types support

Sometimes you have a type which you want to be treated as asynchronous.

Since v1.2.0 plugin supports custom types:

customasynctype

##Thanks to

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