logos-co / nomos-specs

Nomos related specification and documentation
2 stars 2 forks source link

Mixnet: Refactor with asyncio #53

Closed youngjoon-lee closed 8 months ago

youngjoon-lee commented 8 months ago

As previously discussed in https://github.com/logos-co/nomos-specs/pull/49#discussion_r1453154141, https://github.com/logos-co/nomos-specs/pull/50#discussion_r1457568051, https://github.com/logos-co/nomos-specs/pull/51#discussion_r1457710293, and https://github.com/logos-co/nomos-specs/pull/51#discussion_r1457573764, I refactored mixnet specs with using asyncio. Now, it's more readable and simpler than the previous code that had verbose time calculations and sleeps.