koculu / Topaz

Multithreaded Javascript Engine for .NET
MIT License
222 stars 13 forks source link

[FEATURE] Add custom awaiter to support IL2CPP #26

Closed koculu closed 8 months ago

koculu commented 8 months ago

Is your feature request related to a problem? Please describe. IL2CPP does not support dynamic await statements and application crashes.

Describe the solution you'd like Add an interface to customize await behavior.