Effect CommunityEC
Effect Community3y ago
6 replies
Jakob Norlin

Resuming Effects Across Serializing Boundary in Electron App

Is there a way to make effects resume across a serializing boundary? I've got an electron app with logic being run across both the renderer and in the main node thread, and I'd like to run it as one single program instead of terminating half way through and creating another program. Is it possible?
Was this page helpful?