reflow_network 0.2.1

Network executor for Reflow — routes messages between actors, manages subgraphs, and emits runtime events.
Documentation
1
2
3
4
5
6
7
8
9
<html>
  <head>
    <!-- <script src="_events.js"></script> -->
    <script type="module" >
      new Worker("./start.js", { type: "module" });
    </script>
  </head>
  <body></body>
</html>