Commit Graph

8 Commits

Author SHA1 Message Date
Julius Pfrommer
4b8ec01827 refactor(examples): Use UA_Server_runUntilInterrupt in examples 2023-01-15 17:34:17 +01:00
Julius Pfrommer
8fa9a18d87 fix(examples): Use UA_sleep_ms instead of sleep
sleep is not available on win32.
2022-06-19 20:22:40 +02:00
kimim
2faa87567b fix(typo): HellWorld -> HelloWorld 2021-09-29 14:28:52 +02:00
Julius Pfrommer
beeafc02e9 refactor(core): Better type-safety for locking primitives 2021-01-05 23:04:23 +01:00
Christian von Arnim
bceeee6150 Replace unnecessary UA_NS0ID_HASORDEREDCOMPONENT with UA_NS0ID_HASCOMPONENT 2020-06-08 14:10:50 +02:00
Julius Pfrommer
9b2c7812ea feature(server): Add UA_Server_getAsyncOperationNonBlocking
This replaces UA_Server_getAsyncOperation and returns the timeout
timestamp to the worker thread.
2019-11-10 16:50:18 +01:00
Julius Pfrommer
0ed855345c refactor(examples): Use _clear instead of _deleteMembers 2019-10-03 15:14:24 +02:00
Klaus Schick
cc94b6aa0f Server: Asynchronous Operations API / Implementation for methods 2019-09-12 15:20:01 +02:00