vorner / spirit

Apache License 2.0
162 stars 6 forks source link

Builder::run should not mandate the closure to be 'static #38

Open vorner opened 5 years ago

vorner commented 5 years ago

It is executed right away. However, internally, it delegates to storing it, which is a bit stupid. Some way to work around that needs to be done.