Ask HN: Does async/await exist for transient processes?

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • jbpm

    a Business Process Management (BPM) Suite

  • See https://www.jbpm.org/ for one approach to the problem of long-running workflows which is based on the standard

    http://www.omg.org/bpmplus/

    which is not quite the programming model you want but it is similarly breaking up "functions" into small bits and serializing the state so that this can happen over long terms.

    What you want has been done on an experimental basis, but maybe not industrialized, see

    https://stackoverflow.com/questions/734638/language-that-sup...

    https://www.reddit.com/r/ProgrammingLanguages/comments/145du...

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts