Generators Glossary

Browse 2 generators terms defined in plain English, from the cultural dictionary of computing.

2 Generators Terms

Redux Saga
A Redux middleware library that uses ES6 generator functions to manage complex side effects — such as API calls, retries, and race conditions — as declarative,...
Yield
A keyword or operation that pauses a function's execution and emits a value to the caller, preserving the function's local state so it can resume where it left...

Related Topics