wetware / pkg

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

Replace casm.Future with csp.Future. #84

Closed lthibault closed 1 year ago

lthibault commented 1 year ago

Follow up of https://github.com/wetware/casm/pull/71. Replaces use of casm.FuturePtr in csp package with csp.Future, which is actually correct.

This PR is in draft until https://github.com/wetware/casm/pull/71 is merged, and the local version of CASM can be upgraded.