ningalu / turn-based-combat

0 stars 0 forks source link

Concurrent Player Command queries #53

Open ningalu opened 1 day ago

ningalu commented 1 day ago

The current implementation puts substantially more burden on the Comms implementation to adapt multiple concurrent function calls to be handled by a single provider if a single provider is more appropriate for the domain. Consider whether a Battle itself needs to be responsible for querying Players for Commands concurrently directly.