<feed xmlns='http://www.w3.org/2005/Atom'>
<title>cppromise, branch stack-free-trigger</title>
<subtitle>Lightweight C++14/17 implementation of Promise modeled Javascript Promise/A+.</subtitle>
<id>https://git.tedyin.com/cppromise/atom?h=stack-free-trigger</id>
<link rel='self' href='https://git.tedyin.com/cppromise/atom?h=stack-free-trigger'/>
<link rel='alternate' type='text/html' href='https://git.tedyin.com/cppromise/'/>
<updated>2018-06-29T18:29:52Z</updated>
<entry>
<title>update travis CI</title>
<updated>2018-06-29T18:29:52Z</updated>
<author>
<name>Determinant</name>
<email>ted.sybil@gmail.com</email>
</author>
<published>2018-06-29T18:29:52Z</published>
<link rel='alternate' type='text/html' href='https://git.tedyin.com/cppromise/commit/?id=6084d86f5162f54b33b7004427311113bf9b657c'/>
<id>urn:sha1:6084d86f5162f54b33b7004427311113bf9b657c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add stack-free impl</title>
<updated>2018-06-29T18:09:14Z</updated>
<author>
<name>Determinant</name>
<email>ted.sybil@gmail.com</email>
</author>
<published>2018-06-29T18:09:14Z</published>
<link rel='alternate' type='text/html' href='https://git.tedyin.com/cppromise/commit/?id=fcade913307087a736607234678db189af71214d'/>
<id>urn:sha1:fcade913307087a736607234678db189af71214d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>...</title>
<updated>2018-06-28T20:53:00Z</updated>
<author>
<name>Determinant</name>
<email>ted.sybil@gmail.com</email>
</author>
<published>2018-06-28T20:53:00Z</published>
<link rel='alternate' type='text/html' href='https://git.tedyin.com/cppromise/commit/?id=cdabab89cbe05d456273a7bd43e1f1e435a093b6'/>
<id>urn:sha1:cdabab89cbe05d456273a7bd43e1f1e435a093b6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add an example</title>
<updated>2018-06-28T20:47:49Z</updated>
<author>
<name>Determinant</name>
<email>ted.sybil@gmail.com</email>
</author>
<published>2018-06-28T20:47:49Z</published>
<link rel='alternate' type='text/html' href='https://git.tedyin.com/cppromise/commit/?id=924be7bb303bacae3eedd7610383e638d5b096d8'/>
<id>urn:sha1:924be7bb303bacae3eedd7610383e638d5b096d8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>correctly forward/move Funcs</title>
<updated>2018-06-28T20:29:16Z</updated>
<author>
<name>Determinant</name>
<email>ted.sybil@gmail.com</email>
</author>
<published>2018-06-28T20:29:16Z</published>
<link rel='alternate' type='text/html' href='https://git.tedyin.com/cppromise/commit/?id=c63ace092b179c029865cd861f50b502fa0e2e26'/>
<id>urn:sha1:c63ace092b179c029865cd861f50b502fa0e2e26</id>
<content type='text'>
</content>
</entry>
<entry>
<title>catch polymorphic exception by reference</title>
<updated>2018-06-26T00:43:31Z</updated>
<author>
<name>Determinant</name>
<email>ted.sybil@gmail.com</email>
</author>
<published>2018-06-26T00:43:31Z</published>
<link rel='alternate' type='text/html' href='https://git.tedyin.com/cppromise/commit/?id=b8c9b793d44426d01d62df11bc9185d26d0d0e40'/>
<id>urn:sha1:b8c9b793d44426d01d62df11bc9185d26d0d0e40</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add constructor with no args and operator=</title>
<updated>2018-06-26T00:41:08Z</updated>
<author>
<name>Determinant</name>
<email>ted.sybil@gmail.com</email>
</author>
<published>2018-06-26T00:41:08Z</published>
<link rel='alternate' type='text/html' href='https://git.tedyin.com/cppromise/commit/?id=304f38ec4e602c81b45b35e5e9734124bcf6fdcf'/>
<id>urn:sha1:304f38ec4e602c81b45b35e5e9734124bcf6fdcf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>use custom (non-thread-safe) impl instead of shared_ptr</title>
<updated>2018-03-09T19:42:02Z</updated>
<author>
<name>Determinant</name>
<email>ted.sybil@gmail.com</email>
</author>
<published>2018-03-09T19:42:02Z</published>
<link rel='alternate' type='text/html' href='https://git.tedyin.com/cppromise/commit/?id=d97769fc2b9b54c6fe8235b0fcd0cd4a0b7e1fa7'/>
<id>urn:sha1:d97769fc2b9b54c6fe8235b0fcd0cd4a0b7e1fa7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add rejection example</title>
<updated>2018-02-12T00:28:09Z</updated>
<author>
<name>Determinant</name>
<email>ted.sybil@gmail.com</email>
</author>
<published>2018-02-12T00:28:09Z</published>
<link rel='alternate' type='text/html' href='https://git.tedyin.com/cppromise/commit/?id=3ac928b90e7dd3f11f92490edac283c6e2bc6fda'/>
<id>urn:sha1:3ac928b90e7dd3f11f92490edac283c6e2bc6fda</id>
<content type='text'>
</content>
</entry>
<entry>
<title>...</title>
<updated>2018-02-08T01:42:39Z</updated>
<author>
<name>Determinant</name>
<email>ted.sybil@gmail.com</email>
</author>
<published>2018-02-08T01:42:39Z</published>
<link rel='alternate' type='text/html' href='https://git.tedyin.com/cppromise/commit/?id=9da19de63af8876e8cfaed4abe5a9a6f957986a7'/>
<id>urn:sha1:9da19de63af8876e8cfaed4abe5a9a6f957986a7</id>
<content type='text'>
</content>
</entry>
</feed>
