- Introduction
- Platform
- Tutorial
- Language reference
- Verbs
- Iterators
- Queries
- Dynamic parsers
- Language idioms
- Standard library
- Plugins
- For Python developers
- For KDB+ developers
- Application examples
- FAQ
Polyadic reagent
Creates a reagent - an async participant of reactions.
Syntax: reagent[<...>]
It's a polyadic function. Argument types and count depend on the reagent type. Reagents can be built-in or plugin extensions.
o)r:reagent[`timer;1000;3];
o)react {[x:r] 0N!x};
o)
1000
1001
1001