Skip to content

Releases: coryleach/UnityAsync

YieldInstruction Fix

Choose a tag to compare

@coryleach coryleach released this 30 Aug 17:28
be6b8a7
  • Fixed an issue that was causing Unity's YieldInstruction objects to get ignored when yielded on during a coroutine started with the CoroutineRunner.

WebGL Compatibility Changes

Choose a tag to compare

@coryleach coryleach released this 16 Jul 01:43
2fb8f43

Minor changes to ConfigureAwait calls to fix some issues with WebGL builds.

Awaiters.WaitForBackground fix

Choose a tag to compare

@coryleach coryleach released this 27 Jun 20:36
ec20cf0

Fixed an issue where sometimes awaiting Awaiters.WaitForBackground would wait forever and cause the unit test to timeout

Code Quality Update

Choose a tag to compare

@coryleach coryleach released this 13 Jun 06:25
cb26ffe
Merge pull request #2 from coryleach/dev

1.0.4 merge

Code Quality Update

Code Quality Update Pre-release
Pre-release

Choose a tag to compare

@coryleach coryleach released this 13 Jun 05:55
1.0.4-a

Package bump

1.0.3

Choose a tag to compare

@coryleach coryleach released this 21 Nov 15:36

Contains a bug fix for await Awaiters.BackgroundThread.
Occasionally it would resume on the main thread.
Resuming on background thread was not actually guaranteed in this version it should now reliably resume on a background thread.

1.0.2

Choose a tag to compare

@coryleach coryleach released this 07 Oct 14:18
4ca5777
Update package.json

1.0.1

Choose a tag to compare

@coryleach coryleach released this 22 Sep 21:50
76ba2d9
Update README.md