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

[SCRUM-58] Stream Listener #62

Merged
merged 4 commits into from
Dec 18, 2024
Merged

[SCRUM-58] Stream Listener #62

merged 4 commits into from
Dec 18, 2024

Conversation

Jihyun247
Copy link
Collaborator

@Jihyun247 Jihyun247 commented Dec 14, 2024

[#58 ] FEAT : Stream Listener

public protocol StreamListenerProtocol {
  func send<T: StreamTypeProtocol>(_ state: T) async
  func receive<T: StreamTypeProtocol>(_ type: T.Type) -> AsyncStream<T>
}

관련된 문서 📄

무엇에 관한 PR 인가요? 🙋

어떤 것을 작업하셨나요? 🛠

  • 작업1
  • 작업2

🌱 PR Point

  • PR Point 1
  • PR Point 2

@Jihyun247 Jihyun247 requested a review from devMinseok December 14, 2024 03:55
@Jihyun247 Jihyun247 self-assigned this Dec 14, 2024
@Jihyun247 Jihyun247 changed the title Feature/scrum 58 [SCRUM-58] Stream Listener 수정 Dec 14, 2024
@Jihyun247 Jihyun247 changed the title [SCRUM-58] Stream Listener 수정 [SCRUM-58] Stream Listener Dec 14, 2024
@Jihyun247 Jihyun247 merged commit 468d3be into develop Dec 18, 2024
1 check passed
@Jihyun247 Jihyun247 deleted the feature/SCRUM-58 branch December 18, 2024 04:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants