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

[우창완] 챕터 9: 비동기 프로그래밍 패턴 #75

Merged
merged 1 commit into from
Dec 20, 2024
Merged

Conversation

WooWan
Copy link
Contributor

@WooWan WooWan commented Nov 17, 2024

특히 이번 장은 예제가 어떤 목적으로, 어떤 문제를 해결할 때 사용하는 패턴인 지 전혀 알 길이 없네요.. 그냥 끄적거렸습니다

Comment on lines +70 to +77
* node 환경이라면, promisify 딸깍할 수 있다

```js
import { promisify } from "node:util"

const readFilePromisified2 = util.promisify(readFileCallback);
```

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

😮 😮 😮 😮 😮

@WooWan WooWan merged commit ac1b54c into main Dec 20, 2024
1 check passed
@WooWan WooWan deleted the 9/우창완 branch December 20, 2024 15:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants