yyu-nim / poseidonos-rtype

poseidonos in rust for fun!
BSD 3-Clause "New" or "Revised" License
9 stars 5 forks source link

Event retry 할 때 재사용 vs. 새로 생성 #38

Open yyu-nim opened 1 year ago

yyu-nim commented 1 year ago

https://github.com/yyu-nim/poseidonos-rtype/pull/37#discussion_r1038154839

EventClosure가 FnOnce로 되어 있기 때문에 한번 사용하면 consume이 되어 버리는 것 아닐지. Fn, FnMut 으로 bound를 해야 할지 고민해보고 event retry feature 구현시 수정 필요.