vorner / corona

Coroutine and async/await support for tokio-based futures
Apache License 2.0
119 stars 8 forks source link

Allow arbitrary stack sizes #6

Closed vorner closed 5 years ago

vorner commented 5 years ago

The lower-level context library does rounding up for us, so the actual stack size might turn out to be different.

Closes #4

@GallagherCommaJack Can you confirm this fixes it for you?

GallagherCommaJack commented 5 years ago

Yep, tests pass.

vorner commented 5 years ago

Released as 0.4.2