You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
가 발생한다.
이 현상은 subscriber 블럭에서 callback function을 등록하는 함수가 수행될때는 전체 엔진을 감싼 Fiber 와는 별개로 동작하는것 같습니다.
만약 subscriber 블럭에 sleep 블럭이 들어가야 한다면 function(){Fiber(){ ... }).run()과 같은 형식으로 묶어야 할것 같습니다.
다음과 같은 블럭 구조에서 sleep 사용시
가 발생한다.
이 현상은 subscriber 블럭에서 callback function을 등록하는 함수가 수행될때는 전체 엔진을 감싼 Fiber 와는 별개로 동작하는것 같습니다.
만약 subscriber 블럭에 sleep 블럭이 들어가야 한다면
function(){Fiber(){ ... }).run()
과 같은 형식으로 묶어야 할것 같습니다.The text was updated successfully, but these errors were encountered: