Skip to content

Tags: TeaEntityLab/fpRust

Tags

v0.3.5

Fix feature sync isolations.

v0.3.4

Improve Actor.for_each_child(id, handle) API

v0.3.3

Implement ActorAsync.for_each_child

v0.3.2

Improve performance by reducing clone() & fixing lock() problems.

v0.3.1

Fix Stream/Future problems.

v0.3.0

Make the Subscription of Publisher by `Arc<SubscriptionFunc<T>>` inst…

…ead of `Arc<Mutex>`

v0.2.8

Extract simple Streamable LinkedListAsync

v0.2.7

Fix some Actor interface problems

v0.2.6

Implement Actor model. Make standalone features as possible.

v0.2.5

Implement BlockingQueue.take_result()/poll_result() as Future. Avoid …

…dead locking of sahred_thread_pool()