This commit is contained in:
Jaremy Creechley 2023-08-29 13:00:53 -07:00 committed by Dmitriy Ryajov
parent db666f9441
commit c21532b731
No known key found for this signature in database
GPG Key ID: DA8C680CE7C657A4

View File

@ -25,7 +25,7 @@ type
Success
Error
ThreadResult*[T: DataBuffer | void | ThreadDatastorePtr] = object
ThreadResult*[T: DataBuffer | void | bool | ThreadDatastorePtr] = object
state*: ThreadResultKind
signal*: ThreadSignalPtr
value*: T