---
tags: minutes
---
# Multicore Tezos meeting notes
## 21 Jan 2022 (around 11:30 - 12:30 UK)
- @bikal
- Sudha
**Agenda**: Discuss scope of work for migrating cohttp-lwt-unix backend to eio using `lwt_eio` compatibility layer.
Bikal to do:
- use `lwt_eio` to migrate cohttp-lwt-unix package to using `eio` backend
- Provide a direct style API, i.e. Lwt.t will not be exposed in module signatures.
- The current functionality will not be re-written. However, consumers of the package can write code in direct style.
- The migration will follow similar approach as Dream PR(https://github.com/aantron/dream/pull/194)
Sudha:
- Sudha to study the dream PR above