vibe-core/source/vibe/core
WebFreak001 611505c038 remove refsLeft assert
It seems when running in a vibe-d app that the assert fails
Even though I would like there to be a check, closing the vibe.d
app afterwards shows no leaked handles so I think it's fine.
2019-01-22 20:16:38 +01:00
..
internal Allow destructors to run in foreign threads. Fixes #69. 2018-03-16 18:06:53 +01:00
args.d fix relying on implicit const conversion of JSONValue 2018-11-01 12:59:44 +01:00
channel.d Improve convenience of the Channel API. 2019-01-22 10:50:46 +01:00
concurrency.d Fix parameter documentation syntax. Fixes #103. 2019-01-14 10:22:13 +01:00
connectionpool.d Fix compilation of ConnectionPool!struct. Fixes vibe-d/vibe.d#2109. 2018-03-11 00:07:42 +01:00
core.d Bump version number. 2019-01-20 14:50:56 +01:00
file.d Properly handle directory watcher creation failures. 2019-01-14 14:59:03 +01:00
log.d Fix host name conversion code for SyslogLogger. 2018-11-07 09:41:57 +01:00
net.d remove refsLeft assert 2019-01-22 20:16:38 +01:00
path.d Fix WindowsPath.bySegment of an empty path returning a bogus empty segment. 2018-10-01 21:54:29 +02:00
stream.d avoid Buffer type which creates a huge __initZ symbol 2018-01-14 04:43:14 +01:00
sync.d Add a motivational introduction to the sync module. 2019-01-14 10:22:13 +01:00
task.d Fix possible infinite loop in TaskScheduler.process. 2018-08-26 13:03:14 +02:00
taskpool.d Fix parameter documentation syntax. Fixes #103. 2019-01-14 10:22:13 +01:00