Petar Dambovaliev

Results 32 comments of Petar Dambovaliev

@thehowl https://github.com/gnolang/gno/pull/1417#discussion_r1476316421 2 threads appending to a slice without a synchronization mechanism is a concurrency violation.

I think this would be useful for data transformation. For example, picture a web framework handler like so ``` #[handler] async fn get_user() -> #[json] User { User{...} } ```