From 4f09e640393641bcb8fb27c601f96c7dd4ea23f5 Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Mon, 29 Nov 2021 11:43:48 +0100 Subject: [PATCH] update --- Coroutine/Coroutine.csproj | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Coroutine/Coroutine.csproj b/Coroutine/Coroutine.csproj index 1fbecdd..b819adc 100644 --- a/Coroutine/Coroutine.csproj +++ b/Coroutine/Coroutine.csproj @@ -13,7 +13,7 @@ MIT README.md Logo.png - 2.1.2 + 2.1.3 diff --git a/README.md b/README.md index 1315aae..c84e72f 100644 --- a/README.md +++ b/README.md @@ -11,8 +11,8 @@ There are two predefined ways to pause a coroutine: Additionally, Coroutine provides the following features: - Creation of custom events to wait for -- Creation of custom wait conditions - No multi-threading, which allows for any kind of process to be executed in a coroutine, including rendering +- Thread-safety, which allows for coroutines to be started from different threads # How to Use ## Setting up the CoroutineHandler