Skip to content

5 REQ pub.threaded

Manuel Hatzl edited this page Aug 24, 2023 · 3 revisions

pub.threaded: Multithreaded publishing

References:

  • in branch main: 2 (1 direct)

As a user, I want to be able to set events in multiple threads, and be able to have multiple subscribers in other threads receiving these events, because I want to be able to asynchronously react to events.

pub.threaded.test: Events set in multiple threads received by subscriber

References:

Steps:

  1. Create a subscriber for all events
  2. Set multiple events in different threads
  3. All events are received by the subscriber

REQ-Referencing Overview:

Last update: 2023-09-14_10:01 UTC
Branch: main
Commit: 98f71ca

Clone this wiki locally