Sha256: 16395af59c499b0f0f99ad7add70bc6ebc046e6ce07774f557152e7cea9620aa

Contents?: true

Size: 508 Bytes

Versions: 2

Compression:

Stored size: 508 Bytes

Contents

/* =========================================================================
    Ceedling - Test-Centered Build System for C
    ThrowTheSwitch.org
    Copyright (c) 2010-25 Mike Karlesky, Mark VanderVoord, & Greg Williams
    SPDX-License-Identifier: MIT
========================================================================= */

#ifndef SUPERVISOR_H
#define SUPERVISOR_H

int supervisor_delegate(int* worker_loads, int num_workers);
int supervisor_progress(int* worker_loads, int num_workers);

#endif 

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
ceedling-1.0.1 plugins/dependencies/example/supervisor/src/supervisor.h
ceedling-1.0.0 plugins/dependencies/example/supervisor/src/supervisor.h