This commit is contained in:
Jaremy Creechley 2023-08-29 13:00:53 -07:00
parent 856c0b380c
commit 64be03cc07
No known key found for this signature in database
GPG Key ID: 4E66FB67B21D3300

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