Skip to article frontmatterSkip to article content
Site not loading correctly?

This may be due to an incorrect BASE_URL configuration. See the MyST Documentation for reference.

Examples

The fauxtp repository includes several examples demonstrating how to use the library for various concurrent patterns.

Concurrent KV Store

A simple key-value store implemented as a GenServer.

Pipeline Processing

Demonstrates how to build a processing pipeline using multiple actors.

Task Queue

A basic task queue implementation.

PubSub System

A simple publish-subscribe system using actors.

Stack

A human-readable example of a stack implemented with GenServer.