timcassell / ProtoPromise

Robust and efficient library for management of asynchronous operations in C#/.Net.
MIT License
153 stars 13 forks source link

Expose `AsyncEnumerable` in netstandard2.0 #300

Closed timcassell closed 11 months ago

timcassell commented 11 months ago

I originally didn't expose it in older runtimes because I thought the same thing that happened in #169 would happen with this.

I went ahead and tried some IL2CPP tests with older Unity versions just to see if it would explode, and it didn't, so now I want to see if it will hold up in github runners.