Potentially outdated documentation
You're reading API reference for version 3.2.1. The latest stable release is version 3.4.0.
function withResolvers
thefrontside/effectionfunction withResolvers<T>(): WithResolvers<T>
Create an and two functions to resolve or reject it, corresponding to the two parameters passed to the executor of the action constructor. This is the Effection equivalent of [Promise.withResolvers()]https
Type Parameters
T
Return Type
an operation and its resolvers.