tonerdo / pose

Replace any .NET method (including static and non-virtual) with a delegate
MIT License
1.08k stars 75 forks source link

Async-await #61

Open kristof12345 opened 4 years ago

kristof12345 commented 4 years ago

Hi!

How to call async functions inside Isolate?

I get an excepion when running my tests: System.InvalidProgramException : Common Language Runtime detected an invalid program.

Thanks.

viceice commented 4 years ago

duplicate of #60

princefishthrower commented 2 years ago

@kristof12345 - any update or solution to this?

Miista commented 8 months ago

For support for async/await please see https://github.com/Miista/pose/issues/12

cc: @kristof12345 @viceice @princefishthrower