summary refs log tree commit diff stats
path: root/lib/pure/actors.nim
Commit message (Collapse)AuthorAgeFilesLines
* Move deprecated modules into lib/deprecated/Adam Strzelecki2015-09-301-241/+0
| | | | | This gives clear indication what modules are now deprecated and reduce clutter in non-deprecated module directories.
* lib: Trim .nim files trailing whitespaceAdam Strzelecki2015-09-041-5/+5
| | | | via OSX: find . -name '*.nim' -exec sed -i '' -E 's/[[:space:]]+$//' {} +
* lib/pure/a-c - Dropped 'T' from typespdw2015-06-041-51/+53
|
* Don't run non-test code when defined(testing)Oleh Prypin2015-04-211-1/+1
|
* Fix a few more warningsdef2015-02-171-1/+1
|
* Nimrod renamed to NimAraq2014-08-281-1/+1
|
* Nimrod renamed to NimAraq2014-08-281-1/+1
|
* big renameAraq2014-08-271-1/+6
|
* bugfix: 'defined/compiles' open an implicit mixin scope in genericsAraq2012-09-181-1/+1
|
* bugfix: typo in actors.nimAraq2012-08-151-1/+2
|
* little fixes for 0.8.14 releaseAraq2012-02-091-1/+12
|
* year 2012 for most copyright headersAraq2012-01-021-1/+1
|
* improved actors.syncAraq2011-12-311-2/+12
|
* fixes #71; sorry about the polling implementationAraq2011-12-051-8/+35
|
* fixes 70Araq2011-12-041-7/+7
|
* cgen: no type canon for integral types; osproc use posix_spawn instead of ↵Araq2011-11-181-3/+0
| | | | fork&exec
* fixed some newly introduced bugsAraq2011-09-211-0/+3
|
* bugfixes for generics; new threads implementation still brokenAraq2011-09-201-22/+23
|
* added actors.nim file; compiler not up for this taskAraq2011-08-291-0/+184