google / sxg-rs

A set of tools for generating signed exchanges at serve time.
Apache License 2.0
83 stars 20 forks source link

Remove global static worker in Fastly #355

Closed antiphoton closed 2 years ago

antiphoton commented 2 years ago

The worker is now created at the beginning of main function, and is passed as a function argument.

This allows us to add more complex operations when initializing SxgWorker, regardless the constraints given by global Lazy variable.