1 Forks
9 Stars
9 Watchers

Coroutines

This library provides a simple and efficient way to manage asynchronous code in .NET applications, inspired by Kotlin's coroutines. It supports custom dispatchers for flexible threading, and integrates seamlessly with existing Task-based code.

How to download and setup Coroutines

Open terminal and run command
git clone https://github.com/styropyr0/Coroutines.git
git clone is used to create a copy or clone of Coroutines repositories. You pass git clone a repository URL.
it supports a few different network protocols and corresponding URL formats.

Also you may download zip file with Coroutines https://github.com/styropyr0/Coroutines/archive/master.zip

Or simply clone Coroutines with SSH
[email protected]:styropyr0/Coroutines.git

If you have some problems with Coroutines

You may open issue on Coroutines support forum (system) here: https://github.com/styropyr0/Coroutines/issues