History log of /fuchsia/zircon/system/ulib/process-launcher/launcher.h
Revision Date Author Comments
# fabb8fe6 04-Jul-2018 David Moore <davemoore@google.com>

[async] Change async_t -> async_dispatcher_t

Change name of dispatcher type from async_t to async_dispatcher_t
Keep typedef of async_t for compatibility

Change async_{get,set}_default() to async_{get,set}_default_dispatcher()
Again, keep compatible apis until other layers have been modified to use
new api.

Bug:ZX-2337
Test:CQ
Change-Id: If0b5d061fd114d60e23078dbb5f2a6ed9ed6f6cc


# 69581901 02-Jun-2018 Adam Barth <abarth@chromium.org>

[launchpad] Implement process CreateWithoutStarting

Implementing this feature required refactoring the internals of
launchpad a bit.

Change-Id: I6942a9885e767f08bd49ed61a77fd375a8c950cc


# e95c9c1d 23-May-2018 Adam Barth <abarth@chromium.org>

[svchost] Introduce svchost

The svchost process will be able to host Zircon-level services, such as
process-launcher. Eventually, svchost will be started by devmgr and
exposed to processes launched by devmgr as /svc.

Change-Id: Id5835cf6c546119d1d533144d6443283070a77e1