Namespace Mapsui.Fetcher
Classes
DataChangedEventArgs
DataFetcher
Delayer
Makes sure a method is always called 'MillisecondsToDelay' after the previous call.
FetchJob
FetchMachine
FetchRequestedEventArgs
LatestMailbox<T>
A thread-safe mailbox that always holds at most one message of type T.
When a new message is added, it overwrites any existing message.
This is useful in scenarios where only the most recent message is relevant,
such as UI or viewport updates, and outdated messages should be ignored.
Throttler
Makes sure a method is always called 'MillisecondsToDelay' after the previous call.