All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.1.0-alpha.0 - 2020-03-26
The first release after forking from Axiom.
- Create new
ActorSystem::spawn_pool
function for spawning actor pools and returning anAidPool
implementation.- Add traits:
AidPool
,SyncAidPool
- Add
AidPool
implementations:RandomAidPool
,Aid
( the existingAid
type now implementsAidPool
) - Add
actor-pool
Cargo feature that is enabled by default and gates off theRandomAidPool
implementation to avoid bringin in extra dependencies.
- Add traits: