~ubuntu-branches/ubuntu/wily/hawtdispatch/wily-proposed

« back to all changes in this revision

Viewing changes to hawtdispatch-website/src/blog/releases/release-1-0.page

  • Committer: Package Import Robot
  • Author(s): Emmanuel Bourg
  • Date: 2015-07-22 20:14:35 UTC
  • Revision ID: package-import@ubuntu.com-20150722201435-s694odej0ch4qung
Tags: upstream-1.20
ImportĀ upstreamĀ versionĀ 1.20

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
---
 
2
# Licensed to the Apache Software Foundation (ASF) under one or more
 
3
# contributor license agreements.  See the NOTICE file distributed with
 
4
# this work for additional information regarding copyright ownership.
 
5
# The ASF licenses this file to You under the Apache License, Version 2.0
 
6
# (the "License"); you may not use this file except in compliance with
 
7
# the License.  You may obtain a copy of the License at
 
8
#
 
9
#      http://www.apache.org/licenses/LICENSE-2.0
 
10
#
 
11
# Unless required by applicable law or agreed to in writing, software
 
12
# distributed under the License is distributed on an "AS IS" BASIS,
 
13
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 
14
# See the License for the specific language governing permissions and
 
15
# limitations under the License.
 
16
 
 
17
blog_post: true
 
18
title: HawtDispatch 1.0 Released
 
19
author: Hiram Chirino
 
20
author_url: http://fusesource.com
 
21
created_at: 2010-07-22 16:06:40 -0500
 
22
--- 
 
23
 
 
24
[FuseSource](http://fusesource.com) is pleased to announce the availability of
 
25
HawtDispatch 1.0.
 
26
 
 
27
HawtDispatch is a small ( less than 100k ) thread pooling and NIO event
 
28
notification framework API modeled after the `libdispatch` API that Apple
 
29
created to power the Grand Central Dispatch (GCD) technology in OS X. It
 
30
allows you to easily develop multi-threaded applications without having to
 
31
deal with the problems that traditionally plague multi-threaded application
 
32
development.
 
33
 
 
34
**HawtDispatch 1.0 Highlights**
 
35
 
 
36
* Initial release.
 
37
 
 
38
Further information:
 
39
 
 
40
* [Download](http://hawtdispatch.fusesource.org/download.html)
 
41
* [Change Log](https://github.com/fusesource/hawtdispatch/blob/master/changelog.md)
 
42
* [Documentation](http://hawtdispatch.fusesource.org)
 
43
 
 
44
[Feedback](http://hawtdispatch.fusesource.org/community/index.html) is always welcome! 
 
45
 
 
46
 
 
47