• B
    Refactor Worker and ThreadSafeState (#3242) · 0049d4e5
    Bartek Iwańczuk 提交于
    * Split ThreadSafeState into State and GlobalState. State is a "local"
      state belonging to "Worker" while "GlobalState" is state shared by
      whole program.
    * Update "Worker" and ops to use "GlobalState" where applicable
    * Move and refactor "WorkerChannels" resource
    0049d4e5
errors.rs 1.7 KB