bloomberg / quantum

Powerful multi-threaded coroutine dispatcher and parallel execution engine
Apache License 2.0
579 stars 95 forks source link

Removed used of deprecated forced_unwind #158

Closed juanalday closed 5 months ago

juanalday commented 2 years ago

Issue number of the reported bug or feature request: #157

Describe your changes It replaces the (removed) used of boost::coroutine2::detail::forced_unwind in a catch with boost::context

Testing performed Just a basic compilation.

Additional context Details described in issue #157

juanalday commented 2 years ago

To @safaruqi for review