Live data from Hacker News

Viewing profile — throwaway23342

throwaway23342

HN member
Joined
Fri, Jun 03, 2022, 12:53 AM UTC
HN karma
8
Public activity
2 items

About throwaway23342

No profile information was provided.

Recent public activity

  1. comment
    Comment #31602866

    I find it readable, but I do sympathize. I would have like to have seen it look more like an ML language such as OCaml or F#.

  2. comment
    Comment #31602853

    Async rust isn't pretty. If you are using async rust, and want to borrow data, use an Arc . In fact, if you ever use tokio::spawn, you will have to use Arc anyway because it requir…