summaryrefslogtreecommitdiff
path: root/builtin-fetch-pack.c
diff options
context:
space:
mode:
authorJohannes Sixt <johannes.sixt@telecom.at>2007-10-19 19:48:00 (GMT)
committerShawn O. Pearce <spearce@spearce.org>2007-10-21 05:30:41 (GMT)
commit2d22c208304156892fd6674e0055a3212c1e2d2e (patch)
tree48102e69b4db1fbd0b1513df225e05fd06bb1612 /builtin-fetch-pack.c
parentcc41fa8da9b9e9d23221d3be47a80409a89732d4 (diff)
downloadgit-2d22c208304156892fd6674e0055a3212c1e2d2e.zip
git-2d22c208304156892fd6674e0055a3212c1e2d2e.tar.gz
git-2d22c208304156892fd6674e0055a3212c1e2d2e.tar.bz2
Add infrastructure to run a function asynchronously.
This adds start_async() and finish_async(), which runs a function asynchronously. Communication with the caller happens only via pipes. For this reason, this implementation forks off a child process that runs the function. [sp: Style nit fixed by removing unnecessary block on if condition inside of start_async()] Signed-off-by: Johannes Sixt <johannes.sixt@telecom.at> Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Diffstat (limited to 'builtin-fetch-pack.c')
0 files changed, 0 insertions, 0 deletions