bogdanpolak / bogdanpolak/command-delphi
TAsyncCommand.DoInitCommand
Open
enhancement
- Dominant language
- Pascal
- Stars
- 29
- Forks
- 6
- PR merge metrics
- No merged PRs in 30d
Description
```pas
type
TAsyncCommand = class
procedure DoInitCommand; virtual;
end;
```
`DoInitCommand` ran in main thread before background thread start
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.