Update extend.qbk

This commit is contained in:
Klemens Morgenstern 2017-08-02 09:36:53 +02:00 committed by GitHub
parent 264b517b38
commit 3992965359

View File

@ -108,6 +108,7 @@ struct async_foo : __handler__, __require_io_service__
}
};
```
[caution All async_handlers use one signal(SIGCHLD) on posix, which is only guaranteed to work when all use the same `io_service`]
[note Inheriting [globalref boost::process::extend::require_io_service require_io_service] is necessary, so [funcref boost::process::system system] provides one.]