Skip to content

Commit

Permalink
cookbooks/devel/core; docs for async_tkv_gname
Browse files Browse the repository at this point in the history
  • Loading branch information
miconda committed Nov 27, 2024
1 parent ddb9b86 commit 5e57264
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion docs/cookbooks/devel/core.md
Original file line number Diff line number Diff line change
Expand Up @@ -1185,7 +1185,20 @@ async_workers_group="name=reg;workers=4;nonblock=0;usleep=0"
If the **name** is default, then it overwrites the value set by
**async_workers**.

See also **event_route\[core:pre-routing\]** and **sworker** module.
See also `event_route[core:pre-routing]` and `sworker` module.

### async_tkv_gname

Set the name of the async group to be used for processing TKV events.

Default: ``

Example:

``` c
async_workers_group="name=tkv;workers=1;nonblock=0;usleep=0"
async_tkv_gname = "tkv"
```

### auto_aliases

Expand Down

0 comments on commit 5e57264

Please sign in to comment.