apple / swift-distributed-actors

Peer-to-peer cluster implementation for Swift Distributed Actors
https://apple.github.io/swift-distributed-actors/
Apache License 2.0
587 stars 55 forks source link

Add helper method to check if a plugin is installed #1121

Closed yim-lee closed 1 year ago

yim-lee commented 1 year ago

Motivation: PluginsSettings doesn't allow same plugin to be installed more than once, but there is no way to check if a plugin is installed to avoid duplicate installation calls.

Modification: Add inInstalled to PluginsSettings.