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.