quilt / simulation

A tool to simulate Ethereum 2.0 execution
12 stars 2 forks source link

[RFC] threads and channels #12

Closed SamWilsn closed 4 years ago

SamWilsn commented 5 years ago

Here is another option for communication between the web server and the simulation that uses only threads and channels from the standard library.