blocking property
If true, the message will be blocking until the task is completed.
If false, the message will be non-blocking and the task will be returned immediately. It is the caller's responsibility to check for any task updates.
Implementation
core.bool? blocking;