Carl Fredrik Samson

Results 13 repositories owned by Carl Fredrik Samson

articles-atomics-in-rust

26
Stars
10
Forks
Watchers

Repository for the article Explaining Atomics in Rust

azure-jwt

5
Stars
5
Forks
Watchers

A library for validating OAuth tokens from Azure AD

book-exploring-async-basics

261
Stars
46
Forks
Watchers

The repository for the book "The Node Experiment - Exploring Async Basics with Rust"

book-exploring-epoll-kqueue-iocp

67
Stars
22
Forks
Watchers

Rendered version is found at: https://cfsamsonbooks.gitbook.io/epoll-kqueue-iocp-explained/

book-green-threads-explained

90
Stars
18
Forks
Watchers

Repository for the Green Threads Explained Book

books-futures-explained

316
Stars
57
Forks
Watchers

The repository for the book Futures Explained in 200 lines of Rust

example-greenthreads

288
Stars
30
Forks
Watchers

Repository accompanying article and gibook

examples-futures

53
Stars
8
Forks
Watchers

Small examples to explain Futures, Waker, Tasks in Rust

examples-minimio

69
Stars
24
Forks
Watchers

An example implementation that creates an event queue based on Kqueue, Epoll and IOCP

examples-node-eventloop

51
Stars
10
Forks
Watchers

An example on implementing the interesting part of Nodes event loop and async story