Synchronous Plugin Model for Flow Launcher
If the Querying or Init method requires high IO transmission or performing CPU intense jobs (performing better with cancellation), please try the IAsyncPlugin interface
public interface IPlugin : IAsyncPlugin
name | description |
---|---|
Init(…) | Initialize plugin |
Query(…) | Querying when user's search changes |
- interface IAsyncPlugin
- namespace Flow.Launcher.Plugin