sustrik / libdill

Structured concurrency in C
MIT License
1.68k stars 156 forks source link

[WIP] Make configurable stack-related values #198

Closed jfsmig closed 2 years ago

jfsmig commented 5 years ago

Allows to configure the default stack size, when it is not specified by the application. Also allows to configure the max number of stacks kept in cache.

This patch is licensed under the terms of the MIT License.