15 packages tagged with “coroutines”
Coroutine system for .net
Xamarin.Android binding for Kotlinx Coroutines Core (kotlinx-coroutines-core). Coroutines support libraries for Kotlin.
Xamarin.Android binding for KotlinX Coroutines Android (kotlinx-coroutines-android). Note: This is an "EmbeddedReferenceJar". It will not generate any Android Callable Wrappers (ACW) and C# API.
Xamarin.Android Binding for KotlinX.Coroutines.Core.Common (kotlinx-coroutines-core-common). Note: This is an "EmbeddedReferenceJar". It will not generate any Android Callable Wrappers (ACW) and C# API.
Unitysync.Async is a library of extension methods that lets you preform async continuations on Task/Task<T> Types. Allowing you to non-blockingly call async methods on the Unity3D main thread and continue on the Unity3D main thread when the Task/Task<T> is completed.
A contrib project for MVVM Light, adding support for coroutines and a screen conductor.
A scuffed, yet general implementation of coroutines.
Robust and efficient library for management of asynchronous operations.
A simple system for running nested coroutines in C#.
A lightweight framework for running multiple tasks asynchronously on a single thread.
A lightweight, pragmatic coroutines and reactive flows toolkit for .NET (net8.0+). Inspired by Kotlin Coroutines, adapted to feel natural in C# async/await world.
EditorCoroutines allow you to start/stop Unity coroutines in Editor scripts, without forcing you to be in Play mode.
A set of roslyn analyzers for convenient use of Unity coroutines
A coroutine library inspired by Kotlin coroutines.