tech.lgbt is one of the many independent Mastodon servers you can use to participate in the fediverse.
We welcome all marginalized identities. This Mastodon instance is generally for folks who are LGBTQIA+ and Allies with an interest in tech work, academics, or technology in general.

Server stats:

2.9K
active users

Hmm, a batched generator with C++20 coroutines? :neocat_thinking:

A generator that collects n yielded items before actually suspending the generator and conversely swiftly iterates over the items with "normal" array iterators before continuing the generator execution...