toxcore/.github
iphydf de4af4c270
feat: Add async event handling (callbacks) code.
Instead of synchronously handling events as they happen in
`tox_iterate`, this first collects all events in a structure and then
lets the client process them. This allows clients to process events in
parallel, since the data structure returned is mostly immutable.

This also makes toxcore compatible with languages that don't (easily)
support callbacks from C into the non-C language.

If we remove the callbacks, this allows us to add fields to the events
without breaking the API.
2022-02-06 17:28:28 +00:00
..
scripts chore: Add an easy way to run autotools and circleci builds locally. 2022-02-06 15:48:02 +00:00
workflows feat: Add async event handling (callbacks) code. 2022-02-06 17:28:28 +00:00
CODEOWNERS Add CODEOWNERS and settings.yml files. 2020-04-25 03:12:12 +00:00
settings.yml docs: Make crypto_core.h appear on doxygen. 2022-02-05 19:34:13 +00:00