Objectively 1.0.0
Ultra-lightweight object oriented framework for GNU C.
Macros | Typedefs
Once.h File Reference

Helpers for at-most-once semantics. More...

#include <Objectively/Types.h>

Go to the source code of this file.

Macros

#define do_once(once, block)
 Executes the given block at most one time. More...
 

Typedefs

typedef long Once
 The Once type. More...
 

Detailed Description

Helpers for at-most-once semantics.

Definition in file Once.h.