Philip Davis
Philip Davis
@SimenB would it be feasible to not use worker processes, given some flag?
Yeah, it's a hassle to not have a synchronous version of parseString. Thanks @zszszsz for a concise workaround. Anyways, @jeghers See https://redux-saga.js.org/docs/api/#cpsfn-args for using the node-style callback in Redux-Saga e.g....
@zszszsz parseString doesn't return the result directly. Hence, your **workaround** to retrieve it using a closure. What do you call it if not a workaround?