wetware / pkg

Peer-to-peer cloud environment
https://wetware.run
Other
38 stars 7 forks source link

Simplify process API #113

Closed lthibault closed 1 year ago

lthibault commented 1 year ago

Removes the explicit Start() step in process setup, and rename a few things. The result is a simpler implementation on the capnp side, and less user-facing complexity. Future work may re-introduce the explicit start step in the context of binding procs to anchors.

The point is to make this less UNIX-y and more BEAM-y. The API is by no means stable.

Part of incremental approach to #111