Closed davidkpiano closed 2 months ago
Latest commit: f1ece90d2b2dd2cc8f3863ce7b8823e1e26c8c37
The changes in this PR will be included in the next version bump.
Not sure what this means? Click here to learn what changesets are.
Click here if you're a maintainer who wants to add another changeset to this PR
The
CallbackLogicFunction
type (previouslyInvokeCallback
) is now exported. This is the callback function that you pass intofromCallback(callbackActorFn)
to create an actor from a callback function.