An open API service indexing awesome lists of open source software.

https://github.com/stellar-group/p0361

P0361: Invoking Algorithms Asynchronously (ISO C++ proposal)
https://github.com/stellar-group/p0361

Last synced: about 1 month ago
JSON representation

P0361: Invoking Algorithms Asynchronously (ISO C++ proposal)

Awesome Lists containing this project

README

          

This is the source of the ISO C++ paper P0361.

Build the paper with

$ pandoc --number-sections -H header.tex P0361.md -o P0361.pdf

or simply

$ make

Alternate Word and HTML formats can be generated with:

$ make P0361.docx
$ make P0361.html