Bethibande / actors

A actor framework and KSP processor/generator for kotlin.
Apache License 2.0
2 stars 0 forks source link

Add a isOpen and isClosed function to generated actor API #23

Closed Bethibande closed 6 months ago

Bethibande commented 6 months ago

Task

Motivation

A way to check if it is still possibly to interact with an actor. Sending a command to a closed actor will cause an IllegalStateException.

Notes

Bethibande commented 6 months ago

Has been implemented in 70e39a03451ffd7ad24ebfdbc0fd56d4b33d4c3d because of #8