Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Sprint 1] Cluster 클래스 구현 : listen() #22

Open
1 task
Two-Jay opened this issue Apr 11, 2022 · 0 comments
Open
1 task

[Sprint 1] Cluster 클래스 구현 : listen() #22

Two-Jay opened this issue Apr 11, 2022 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@Two-Jay
Copy link
Contributor

Two-Jay commented Apr 11, 2022

프로그램의 작업이 일어나는 바탕인 Cluster 클래스에서 socket의 이벤트를 관리하는 멤버 함수 listen() 구현합니다.

  • listen() : kqueue() 기반으로 socket_fd의 이벤트를 감지하고 read/write를 하는 구간입니다.

### To Do

  • Cluster.listen() 의 구현을 마칩니다.
@Two-Jay Two-Jay added the enhancement New feature or request label Apr 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants