dtr-org / unit-e-project

Unit-e project information
MIT License
13 stars 4 forks source link

Change async to sync in the doc #75

Closed Gnappuraz closed 5 years ago

Gnappuraz commented 5 years ago

I was wrong, signal2 is a SYNChronous system, not an async one. All the subscribers' callbacks will be executed immediately and in order by the same thread issuing the signal.