f559897b42
[+] Added WorkerId_t structure
...
[-] Removed WorkerId_t typedef
[*] Added shared support to some older threading apis that have yet to be updated
2021-10-08 20:51:34 +01:00
f968d6a75f
Merge remote-tracking branch 'origin/master'
2021-10-06 14:48:38 +01:00
c9e1dc30e0
[+] Added AU_STRIP and AU_EMIT macros
...
[+] Added AuroraForEach
[+] Added AuroraInterfaces
[+] Added Async::NewFence
[*] Readded task null check under Async::NewWorkItem such that task = AuMakeShared() errors are passed through to the caller by a failure empty shared response
2021-10-06 14:48:28 +01:00
499f553e15
[*] Refactor AddLoopSource
2021-10-03 13:43:58 +01:00
97d6c96712
[*] Succesfully built on Linux for the first time in a very long time
2021-10-02 17:07:33 +01:00
540c5826d8
[*] ...linux
2021-10-02 15:05:35 +01:00
86e556a9bb
[*] Amend public headers for linux builds
2021-10-02 15:00:52 +01:00
ea83fcef20
[...] cont
2021-10-01 17:32:50 +01:00
9436b12455
[+] Begin work on a possible future API for interoperability between loop sources and event driven async apps
2021-10-01 17:27:15 +01:00
3fb8e2bf8c
Remove ID 0 restriction from Aurora async, breaking the API
2021-09-30 10:19:04 +01:00
2c5a492f08
[*] Added a few notes in the Async.hpp header
...
[+] Ensure dead locks can not occur
2021-09-29 15:31:40 +01:00
dd1bf1b8b8
[*] DispatchBasicWorkCallback should passthrough enableBlocking toi the work item
2021-09-29 14:41:35 +01:00
1a18847363
[*] Added idioms required by the Aurora engine
2021-09-29 13:36:25 +01:00
dca4ca195b
[+] Added async task (this should be job) private
...
[+] Added ToWorkResultT for apps using BasicWorkCtx
2021-09-29 11:47:54 +01:00
1360e5627d
[*] Update async header
2021-09-29 09:02:27 +01:00
ffe4bc31fc
Major patch [1/2]
2021-09-06 11:58:08 +01:00
72a74eb7a4
[*] Fixed bug where schedular was using a read lock in a scope where items were erased from a vector
...
[*] Refactor a 'Object' member field in a ParseObject struct
[+] Added an option to set a command dispatcher thread from an AsyncApp
[*] Fix various issues with AsyncApp, stablity improvements
[+] Added AddDelayTime
2021-07-15 17:16:23 +01:00
28a840f71d
[+] Added async semantic ->Then(...)
2021-07-12 15:37:05 +01:00
df301a4101
Improve workitem api
...
[+] New waitfor by work dispatcher type
2021-07-07 21:32:59 +01:00
1f8d06cbf0
[*] Expose AsyncApp::Poll
2021-07-05 14:35:13 +01:00
c8c3908085
[+] Now with a scheduler!
2021-06-30 13:07:54 +01:00
6de84b474e
[*] BasicWorkStdFunc wrapper -> rename 'shutdown' property, made shutdown property optional
2021-06-30 10:35:53 +01:00
452b49b610
[+] Begin work on the Async subsystem
2021-06-30 10:28:52 +01:00
337062b490
Update headers, untabify. I guess the vs extension killed itself
2021-06-27 22:33:58 +01:00
eb4a495199
Initial Commit
2021-06-27 22:25:29 +01:00