toxcore/.github/workflows
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
..
ci.yml feat: Add async event handling (callbacks) code. 2022-02-06 17:28:28 +00:00
coverity-scan.yml chore: Use an incrementing version number for coverity scans. 2021-12-10 16:53:57 +00:00
docker.yml feat: Add WASM build for toxcore and websocket bootstrap node. 2022-02-02 16:05:25 +00:00
sonar-scan.yml chore: Don't run sonar scan on pull requests. 2022-01-29 16:29:50 +00:00