this repo has no description
6
fork

Configure Feed

Select the types of activity you want to include in your feed.

update readme

+3 -3
+3 -3
README.md
··· 77 77 ```zig 78 78 const fd = rt1.backend.pollableFd(); 79 79 _ = try rt2.poll(fd, .{ 80 - .cb = onCompletion, 81 - .msg = @intFromEnum(Msg.rt1_has_completions)} 82 - ); 80 + .cb = onCompletion, 81 + .msg = @intFromEnum(Msg.rt1_has_completions)} 82 + ); 83 83 ``` 84 84 85 85 ## Example