mirror of
https://github.com/Ellpeck/Coroutine.git
synced 2024-11-21 21:33:29 +01:00
update
This commit is contained in:
parent
8a3e55b8f4
commit
4f09e64039
2 changed files with 2 additions and 2 deletions
|
@ -13,7 +13,7 @@
|
||||||
<PackageLicenseExpression>MIT</PackageLicenseExpression>
|
<PackageLicenseExpression>MIT</PackageLicenseExpression>
|
||||||
<PackageReadmeFile>README.md</PackageReadmeFile>
|
<PackageReadmeFile>README.md</PackageReadmeFile>
|
||||||
<PackageIcon>Logo.png</PackageIcon>
|
<PackageIcon>Logo.png</PackageIcon>
|
||||||
<VersionPrefix>2.1.2</VersionPrefix>
|
<VersionPrefix>2.1.3</VersionPrefix>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
|
|
@ -11,8 +11,8 @@ There are two predefined ways to pause a coroutine:
|
||||||
|
|
||||||
Additionally, Coroutine provides the following features:
|
Additionally, Coroutine provides the following features:
|
||||||
- Creation of custom events to wait for
|
- 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
|
- 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
|
# How to Use
|
||||||
## Setting up the CoroutineHandler
|
## Setting up the CoroutineHandler
|
||||||
|
|
Loading…
Reference in a new issue