You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some SxgWorker functions take arguments of trait object Fetcher, Signer, (and HttpCache in #61). However, the implementations of these traits usually do not change during the lifetime of a worker. Hence we can move these trait objects into the SxgWorker member variables.
Some
SxgWorker
functions take arguments of trait objectFetcher
,Signer
, (andHttpCache
in #61). However, the implementations of these traits usually do not change during the lifetime of a worker. Hence we can move these trait objects into theSxgWorker
member variables.Changes would be like
The text was updated successfully, but these errors were encountered: