madhatter22 / LinqToLdap

C# LINQ provider built on top of System.DirectoryServices.Protocols for querying and updating LDAP servers.
MIT License
45 stars 23 forks source link

Yield API for processing results asycronously #32

Open rklec opened 1 month ago

rklec commented 1 month ago

yield'ing return values would be great, so one can process the next item, as soon as it is there.

AFAIK yield can even be combined with async APIs