Live data from Hacker News

Viewing profile — gperinazzo

gperinazzo

HN member
Joined
Thu, Jan 02, 2020, 5:40 PM UTC
HN karma
2
Public activity
1 items

About gperinazzo

No profile information was provided.

Recent public activity

  1. comment
    Comment #21937689

    Using `.receive()` will occupy a worker thread from node until it returns. Having multiple consumers waiting on receive will clog up the worker threadpool, preventing anything that…